All Classes and Interfaces
Class
Description
ApplicationGraphDraw abstraction for KoraAppTestIn 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 MethodIs 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 executionConfigs 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 orderConfigs inside
KoraConfigSystemProperties are merged in user specified method orderIndicate that annotated types will be Mocked and injected
Indicate that
Component from KoraAppTest.components() is expected to be injected from graph