TegralAbstractSubjectTest
abstract class TegralAbstractSubjectTest<TSubject : Any, TTestContext : TestMutableInjectionEnvironment>(subjectClass: KClass<TSubject>) : TegralDiBaseTest<TTestContext>
Content copied to clipboard
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
.
See also
Constructors
Link copied to clipboard
fun <TSubject : Any> TegralAbstractSubjectTest(subjectClass: KClass<TSubject>)
Content copied to clipboard