Uses of Interface
com.consol.citrus.container.StopTimer
-
Packages that use StopTimer Package Description com.consol.citrus.context -
-
Uses of StopTimer in com.consol.citrus.context
Fields in com.consol.citrus.context with type parameters of type StopTimer Modifier and Type Field Description protected Map<String,StopTimer>TestContext. timersTimers registered in test context, that can be stoppedMethods in com.consol.citrus.context with parameters of type StopTimer Modifier and Type Method Description voidTestContext. registerTimer(String timerId, StopTimer timer)Registers a StopTimer in the test context, so that the associated timer can be stopped later on.
-