CommonFields(assertionVerb: Translatable, subject: T, assertionChecker: AssertionChecker, nullRepresentation: Any)
CommonFields(assertionVerb: Translatable, subjectProvider: () -> T, representationProvider: () -> Any?, assertionChecker: AssertionChecker, nullRepresentation: Any)
assertionVerb - The assertion verb which will be used inter alia in reporting.
subjectProvider - Provides the AssertionPlant.subject for which this plant will create/check Assertions.
assertionChecker - The checker which will be used to check Assertions.
Constructor