Add tests

This commit is contained in:
Flare Microsystems
2024-11-10 20:15:43 -08:00
parent dd47f1e242
commit 75eb55d341
21 changed files with 583 additions and 32 deletions

View File

@@ -4,5 +4,8 @@
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/tool/junit4/mockito-core-2.28.2.jar"/>
<classpathentry kind="lib" path="/tool/junit4/byte-buddy-1.9.16.jar"/>
<classpathentry kind="lib" path="/tool/junit4/objenesis-2.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>