Test updates

main
Bryson Zimmerman 11 months ago
parent 334a5ba1e3
commit 8f274458a9

@ -0,0 +1,4 @@
//This doesn't exist to actually test the program, right now. Just to test out colorizing results
class ConsoleTest {
}

@ -60,11 +60,4 @@ class MazeFinderTest {
} }
} }
} }
@Test
fun isCleanedUp() {
MazeFinder.cleanUp()
assert(MazeFinder.frontier.isEmpty())
}
} }

@ -10,7 +10,6 @@ class TileTest {
@BeforeTest @BeforeTest
fun setup() { fun setup() {
World.setSize(10, 10) World.setSize(10, 10)
MazeFinder.cleanUp()
} }
//Confirm that an empty map acts like it is empty //Confirm that an empty map acts like it is empty

Loading…
Cancel
Save