mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-07 01:23:56 -05:00
Added new tests
This commit is contained in:
@@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user