protected fun createBasicAssertion(description: Translatable, check: Boolean): DescriptiveAssertion
Creates a DescriptiveAssertion based on the given description, the property times as StringBasedRawString and the given check.
description
- The description used for DescriptiveAssertion.description
check
- The check used for DescriptiveAssertion.holds
Return
The newly created DescriptiveAssertion.