open class WinterRule : ExternalResource
JUnit4 rule that starts a io.jentz.winter.testing.WinterTestSession before each test and stops the session after each test.
For more details see io.jentz.winter.testing.WinterTestSession.
WinterRule(test: Any, block: WinterTestSessionBlock)
Create an instance with test instance. WinterRule(block: WinterTestSessionBlock)
Creates an instance without test instance. |
val requireTestGraph: Graph |
|
val testGraph: Graph? |
open fun after(): Unit |
|
open fun before(): Unit |