![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Public Member Functions | |
| Set< LFTest > | getTests (Target t, TestCategory c) |
| Return a set of tests given a target and test category. | |
| TestMap () | |
| Create a new test map. | |
Protected Attributes | |
| final Map< Target, Map< TestCategory, Set< LFTest > > > | map = new HashMap<>() |
| Registry that maps targets to maps from categories to sets of tests. | |
| org.lflang.tests.TestRegistry.TestMap.TestMap | ( | ) |
Create a new test map.
| Set< LFTest > org.lflang.tests.TestRegistry.TestMap.getTests | ( | Target | t, |
| TestCategory | c ) |
Return a set of tests given a target and test category.
| t | The target. |
| c | The test category. |
|
protected |
Registry that maps targets to maps from categories to sets of tests.