Package nz.ac.vuw.ecs.swen225.gp22.fuzz
Class FuzzTest
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.fuzz.FuzzTest
Class for Fuzz Testing.
- Author:
- Gavin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Runs tests for both level 1 and 2 of Chap's Challenge.
-
Constructor Details
-
FuzzTest
public FuzzTest()
-
-
Method Details
-
fuzzTests
@Test public void fuzzTests()Runs tests for both level 1 and 2 of Chap's Challenge. Tests are limited to a one minute timer.
-