FC18: more test naming clean up
This commit is contained in:
parent
682e9c5f4c
commit
d1064dd22d
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ import org.junit.jupiter.api.Test;
|
|||
* @author Willem Cazander
|
||||
* @version 1.0 Jan 1, 2025
|
||||
*/
|
||||
public class FCDotBRETest {
|
||||
public class FCDotLUATest {
|
||||
|
||||
@Test
|
||||
public void testValuesLength() throws Exception {
|
||||
|
|
@ -70,7 +70,7 @@ public class StenoNumberChocoRationalTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testBankRationalValuesMax() throws Exception {
|
||||
public void testChocoRationalValuesMax() throws Exception {
|
||||
List<Integer> outX18 = new ArrayList<>();
|
||||
FourCornerZion7Candlelier writerX18 = FourCornerZionStenoGrapher.writerX18(outX18);
|
||||
BigInteger maxValue = FourCornerZionStenoPetroglyphs.BIG_BITS_1148;
|
||||
|
|
@ -84,7 +84,7 @@ public class StenoNumberChocoRationalTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testNCRLargeF9() throws Exception {
|
||||
public void testChocoRationalBuildManual() throws Exception {
|
||||
List<Integer> cdc = new ArrayList<>();
|
||||
cdc.add(FCDotCDC1604DashP6.NX24_X.ordinal()); // = X
|
||||
cdc.add(FCDotCDC1604DashP6.NY09_EQUALS.ordinal());
|
||||
|
|
@ -120,7 +120,7 @@ public class StenoNumberChocoRationalTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testNCRLargest() throws Exception {
|
||||
public void testChocoRationalLargest() throws Exception {
|
||||
List<Integer> cdc = new ArrayList<>();
|
||||
cdc.add(FourCornerDotCake.FC_RATIONAL2304_SEL0.getStop());
|
||||
for (int i = FourCornerDotCake.FC_RATIONAL2304_SEL0.getStop(); i >= FourCornerDotCake.FC_RATIONAL2304_SEL0.getStart(); i--) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue