TegralAbstractSubjectTest

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>)

Inheritors

Link copied to clipboard