Draw unicode4d glyphs working
This commit is contained in:
parent
df5efd4dab
commit
5dfd954db1
9 changed files with 223 additions and 90 deletions
|
|
@ -0,0 +1,20 @@
|
|||
package love.distributedrebirth.numberxd.base2t.type;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public class V018TordTest {
|
||||
|
||||
@Test
|
||||
public void testSetValue() {
|
||||
V018Tord tord = new V018Tord();
|
||||
for (int i=0;i<262144;i++) {
|
||||
tord.setValueNumber(i);
|
||||
int value = tord.getValueNumber();
|
||||
Assertions.assertEquals(i, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue