Test the MixedRadixInt class.
More...
|
| List< Integer > | digits = Arrays.asList(1, 2, 3, 4) |
| List< Integer > | radixes = Arrays.asList(2, 3, 4, 5) |
Test the MixedRadixInt class.
◆ create()
| void org.lflang.tests.compiler.MixedRadixIntTest.create |
( |
| ) |
throws Exception |
◆ createWithError()
| void org.lflang.tests.compiler.MixedRadixIntTest.createWithError |
( |
| ) |
throws Exception |
◆ createWithInfinity()
| void org.lflang.tests.compiler.MixedRadixIntTest.createWithInfinity |
( |
| ) |
throws Exception |
◆ createWithNullAndSet()
| void org.lflang.tests.compiler.MixedRadixIntTest.createWithNullAndSet |
( |
| ) |
throws Exception |
◆ testIncrement()
| void org.lflang.tests.compiler.MixedRadixIntTest.testIncrement |
( |
| ) |
throws Exception |
◆ testPermutation()
| void org.lflang.tests.compiler.MixedRadixIntTest.testPermutation |
( |
| ) |
throws Exception |
◆ digits
| List<Integer> org.lflang.tests.compiler.MixedRadixIntTest.digits = Arrays.asList(1, 2, 3, 4) |
|
package |
◆ radixes
| List<Integer> org.lflang.tests.compiler.MixedRadixIntTest.radixes = Arrays.asList(2, 3, 4, 5) |
|
package |
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/test/java/org/lflang/tests/compiler/MixedRadixIntTest.java