Uses of Class
eu.iv4xr.framework.extensions.ltl.BasicModelChecker.TestSuite
Package
Description
This package provides the following features:
The classes
LTL
and BoundedLTL
implementing Linear Temporal Logic
formulas, and the bounded variation of them.-
Uses of BasicModelChecker.TestSuite in eu.iv4xr.framework.extensions.ltl
Modifier and TypeMethodDescription<CoverageItem>
BasicModelChecker.TestSuite<CoverageItem>BasicModelChecker.testSuite(List<CoverageItem> itemsToCover, Function<IExplorableState,CoverageItem> coverageFunction, int maxLength, boolean minimizeLength)
Return a test suite that tries to cover the specified coverage targets.