lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.tests.compiler.MixedRadixIntTest Class Reference

Test the MixedRadixInt class. More...

Public Member Functions

void create () throws Exception
void createWithError () throws Exception
void createWithInfinity () throws Exception
void createWithNullAndSet () throws Exception
void testIncrement () throws Exception
void testPermutation () throws Exception

Package Attributes

List< Integer > digits = Arrays.asList(1, 2, 3, 4)
List< Integer > radixes = Arrays.asList(2, 3, 4, 5)

Detailed Description

Test the MixedRadixInt class.

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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