TegralAbstractSubjectTest
abstract class TegralAbstractSubjectTest<TSubject : Any, TTestContext : TestMutableInjectionEnvironment>(subjectClass: KClass<TSubject>) : TegralDiBaseTest<TTestContext>
Abstract class for tests that aim to test a "subject". This means tests that are based around testing features from a single component, with additional supporting modules/components added to the mix.
For simple components, see TegralSubjectTest. An example of a more complex use case is the Tegral Web Controllers test class TegralControllerTest
.