Uses of Interface
org.citrusframework.container.StopTimer
Packages that use StopTimer
-
Uses of StopTimer in org.citrusframework.context
Fields in org.citrusframework.context with type parameters of type StopTimerModifier and TypeFieldDescriptionTestContext.timersTimers registered in test context, that can be stoppedMethods in org.citrusframework.context with parameters of type StopTimerModifier and TypeMethodDescriptionvoidTestContext.registerTimer(String timerId, StopTimer timer) Registers a StopTimer in the test context, so that the associated timer can be stopped later on.