All Classes and Interfaces

Class
Description
ApplicationGraphDraw abstraction for KoraAppTest
In case you want to initialize KoraAppGraph per Test Class, annotate your Test Class with TestInstance.Lifecycle.PER_CLASS, by default TestInstance.Lifecycle.PER_METHOD is used, indicating that new KoraAppGraph will be initialized each Test Method
Is useful when some part of configuration should be modified before test execution Example: Can be used to change config using TestContainer container ports
Is useful when ApplicationGraphDraw is needed to be modified before test execution
"application.conf" configuration modification for tests with system properties
 
Specifies the strictness level for all mocks created in a test class.
Indicate that Component from graph is expected to be injected in test