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
Configs inside KoraConfigFile are merged in user specified method order
"application.conf" configuration modification for tests with system properties
Configs inside KoraConfigString are merged in user specified method order
Configs inside KoraConfigSystemProperties are merged in user specified method order
 
Indicate that annotated types will be Mocked and injected
Indicate that Component from KoraAppTest.components() is expected to be injected from graph