Class BasicModelChecker.TestSuite<CoverageItem>
java.lang.Object
eu.iv4xr.framework.extensions.ltl.BasicModelChecker.TestSuite<CoverageItem>
- Type Parameters:
CoverageItem
- The type of 'items' that we want to cover.
- Enclosing class:
- BasicModelChecker
Representing a test suite produced by
BasicModelChecker.testSuite(List, Function, int, boolean)
.-
Field Summary
Modifier and TypeFieldDescriptionAll coverage 'targets' that are covered by this test-suite.All the 'targets' that are to be covered.The test-cases that constitute this test suite. -
Constructor Summary
-
Method Summary
-
Field Details
-
targets
All the 'targets' that are to be covered. -
tests
The test-cases that constitute this test suite. It is a list of pairs (tc,o) where tc is a test-case and o that coverage-target that the last state of tc covers. Note that a test-case would typically covers more targets than just this o; we just mention this o for convenience. -
covered
All coverage 'targets' that are covered by this test-suite. It will also include targets that were not specified intargets
but happen to be covered by the test-suite.
-
-
Constructor Details
-
TestSuite
public TestSuite()
-
-
Method Details