More runtime copyright

This commit is contained in:
Willem Cazander 2022-02-02 18:23:24 +01:00
parent d244c6e189
commit 1127edb6f9
14 changed files with 45 additions and 74 deletions

View file

@ -6,13 +6,10 @@ import java.util.Map;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPart; import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPart;
/** @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
*
*
* @author willemtsade ©Δ 仙上主天
*/
public class BasePartFactoryTest { public class BasePartFactoryTest {
@Test @Test
@ -27,7 +24,7 @@ public class BasePartFactoryTest {
public void testGlobalChinaKeyMap() { public void testGlobalChinaKeyMap() {
Map<String,String> global = new HashMap<>(); Map<String,String> global = new HashMap<>();
for (int base:BasePartFactory.getSupportedBases()) { for (int base:BasePartFactory.getSupportedBases()) {
for (BãßBȍőnPart part:BasePartFactory.buildBassBonesByBase(base)) { for (BãßBȍőnPart<?> part:BasePartFactory.buildBassBonesByBase(base)) {
Assertions.assertFalse(global.containsKey(part.getChinaKey())); Assertions.assertFalse(global.containsKey(part.getChinaKey()));
global.put(part.getChinaKey(), part.getChinaValue()); global.put(part.getChinaKey(), part.getChinaValue());
} }
@ -39,7 +36,7 @@ public class BasePartFactoryTest {
public void testGlobalChinaValueMap() { public void testGlobalChinaValueMap() {
Map<String,String> global = new HashMap<>(); Map<String,String> global = new HashMap<>();
for (int base:BasePartFactory.getSupportedBases()) { for (int base:BasePartFactory.getSupportedBases()) {
for (BãßBȍőnPart part:BasePartFactory.buildBassBonesByBase(base)) { for (BãßBȍőnPart<?> part:BasePartFactory.buildBassBonesByBase(base)) {
Assertions.assertFalse(global.containsKey(part.getChinaValue())); Assertions.assertFalse(global.containsKey(part.getChinaValue()));
global.put(part.getChinaValue(), part.getChinaValue()); global.put(part.getChinaValue(), part.getChinaValue());
} }
@ -52,7 +49,7 @@ public class BasePartFactoryTest {
boolean duplicate = false; boolean duplicate = false;
Map<String,String> global = new HashMap<>(); Map<String,String> global = new HashMap<>();
for (int base:BasePartFactory.getSupportedBases()) { for (int base:BasePartFactory.getSupportedBases()) {
for (BãßBȍőnPart part:BasePartFactory.buildBassBonesByBase(base)) { for (BãßBȍőnPart<?> part:BasePartFactory.buildBassBonesByBase(base)) {
if (global.containsKey(part.getIdentifierTone())) { if (global.containsKey(part.getIdentifierTone())) {
duplicate = true; duplicate = true;
break; break;
@ -69,7 +66,7 @@ public class BasePartFactoryTest {
boolean duplicate = false; boolean duplicate = false;
Map<String,String> global = new HashMap<>(); Map<String,String> global = new HashMap<>();
for (int base:BasePartFactory.getSupportedBases()) { for (int base:BasePartFactory.getSupportedBases()) {
for (BãßBȍőnPart part:BasePartFactory.buildBassBonesByBase(base)) { for (BãßBȍőnPart<?> part:BasePartFactory.buildBassBonesByBase(base)) {
if (global.containsKey(part.getIdentifierLetter())) { if (global.containsKey(part.getIdentifierLetter())) {
duplicate = true; duplicate = true;
break; break;

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T02PartBinaryTest { public class T02PartBinaryTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T03PartTritTest { public class T03PartTritTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T04PartQuadTest { public class T04PartQuadTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T05PartPentalTest { public class T05PartPentalTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T06PartSeximalTest { public class T06PartSeximalTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T07PartPlanItTest { public class T07PartPlanItTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T08PartOctalTest { public class T08PartOctalTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T10PartDecimalTest { public class T10PartDecimalTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T11PartUndecimalTest { public class T11PartUndecimalTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T12PartUncialTest { public class T12PartUncialTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T16PartHexTest { public class T16PartHexTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T20PartScoreTest { public class T20PartScoreTest {
@Test @Test

View file

@ -3,11 +3,9 @@ package love.distributedrebirth.numberxd.base2t;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
/** import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
*
* @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
* @author willemtsade ©Δ 仙上主天
*/
public class T60SexagesimalTest { public class T60SexagesimalTest {
@Test @Test