Class StructureTest


  • public class StructureTest
    extends java.lang.Object
    • Constructor Detail

      • StructureTest

        public StructureTest()
    • 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.Exception
        Sequences 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