Uses of Enum Class
com.streambase.sb.NowImplementation
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
Provides classes and interfaces used to author Streaming Unit tests.
-
Uses of NowImplementation in com.streambase.sb
Modifier and TypeMethodDescriptionstatic NowImplementation
Returns the enum constant of this class with the specified name.static NowImplementation[]
NowImplementation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NowImplementation in com.streambase.sb.unittest
Modifier and TypeMethodDescriptionBaseTestEnvironment.getNowImpl()
SBTestEnvironment.getNowImpl()
Modifier and TypeMethodDescriptionvoid
BaseTestEnvironment.setNowImpl
(NowImplementation nowImpl) void
SBTestEnvironment.setNowImpl
(NowImplementation nowImpl) Set the current implementation of now() function