setTestCase method
void
setTestCase({
- required STATE beforeState,
- required List<
SMAssertObject< testCases,STATE, ACTION> >
Sets the test case.
Implementation
void setTestCase({
required STATE beforeState,
required List<SMAssertObject<STATE, ACTION>> testCases,
}) {
_testCases[beforeState] = testCases;
}