All Types

io.jentz.winter.junit5.AbstractWinterExtension
io.jentz.winter.junit5.WInject

This annotation can be used to inject values into JUnit5 methods and constructors by using the test graph to resolve them.

io.jentz.winter.junit5.WinterAllExtension

JUnit5 extension that starts a io.jentz.winter.testing.WinterTestSession before all tests and stops the session after all tests.

io.jentz.winter.junit5.WinterEachExtension

JUnit5 extension that starts a io.jentz.winter.testing.WinterTestSession before each test and stops the session after each test.