Package com.singularsys.exttests
Class StructureTest
- java.lang.Object
-
- com.singularsys.exttests.StructureTest
-
public class StructureTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StructureTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBreak()voidtestContinue()voidtestFor()voidtestIf()voidtestIf2()voidtestPrimes()voidtestSequence()voidtestSequence2()Sequences where there is no final separator.voidtestWhile()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSequence
public void testSequence() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSequence2
public void testSequence2() throws java.lang.ExceptionSequences where there is no final separator.- Throws:
java.lang.Exception
-
testIf
public void testIf() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIf2
public void testIf2() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFor
public void testFor() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWhile
public void testWhile() throws java.lang.Exception- Throws:
java.lang.Exception
-
testBreak
public void testBreak() throws java.lang.Exception- Throws:
java.lang.Exception
-
testContinue
public void testContinue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPrimes
public void testPrimes() throws java.lang.Exception- Throws:
java.lang.Exception
-
-