|
| final Map< Target, Map< TestCategory, Set< LFTest > > > | map = new HashMap<>() |
| | Registry that maps targets to maps from categories to sets of tests.
|
◆ TestMap()
| org.lflang.tests.TestRegistry.TestMap.TestMap |
( |
| ) |
|
◆ getTests()
Return a set of tests given a target and test category.
- Parameters
-
| t | The target. |
| c | The test category. |
- Returns
- A set of tests for the given target and test category.
◆ map
Registry that maps targets to maps from categories to sets of tests.
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/testFixtures/java/org/lflang/tests/TestRegistry.java