Package FLOTF
Class UnitTests
- java.lang.Object
-
- FLOTF.UnitTests
-
public class UnitTests extends java.lang.ObjectUnit tests to check program validity- Author:
- Bernard Chan, Sonali Loomba
-
-
Constructor Summary
Constructors Constructor Description UnitTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestNSNScrape()voidtestSupplyCheck()voidtestSupplyCheck2()voidtestTOParserLeftStart()voidtestTOParserRightStart()voidtestTOParserYPos()voidtestTOParserYPos2()
-
-
-
Method Detail
-
testTOParserLeftStart
public void testTOParserLeftStart() throws java.io.IOException- Throws:
java.io.IOException
-
testTOParserRightStart
public void testTOParserRightStart() throws java.io.IOException- Throws:
java.io.IOException
-
testTOParserYPos
public void testTOParserYPos() throws java.io.IOException- Throws:
java.io.IOException
-
testTOParserYPos2
public void testTOParserYPos2() throws java.io.IOException- Throws:
java.io.IOException
-
testNSNScrape
public void testNSNScrape() throws java.io.IOException- Throws:
java.io.IOException
-
testSupplyCheck
public void testSupplyCheck() throws java.io.IOException- Throws:
java.io.IOException
-
testSupplyCheck2
public void testSupplyCheck2() throws java.io.IOException- Throws:
java.io.IOException
-
-