Added new tests

This commit is contained in:
2022-12-06 23:02:54 -05:00
parent b4dc0aed37
commit 26a38fb9ea
14 changed files with 529 additions and 9 deletions

View File

@@ -37,7 +37,6 @@ public abstract class BaseTest{
}
public abstract void testSolve();
public void testSolve(Problem problem){
//Verify the results cannot be seen until the problem has been run
assertThrows(Unsolved.class, () -> { problem.getResult(); });