org.speakright.core.tests
Class TestNesting

java.lang.Object
  extended by org.speakright.core.tests.BaseTest
      extended by org.speakright.core.tests.TestNesting
All Implemented Interfaces:
ISRExtensionFactory

public class TestNesting
extends BaseTest


Nested Class Summary
 class TestNesting.OptionalFlow
           
 class TestNesting.RepeatFlow
           
 
Field Summary
 
Fields inherited from class org.speakright.core.tests.BaseTest
dir, m_useMockPageWriter
 
Constructor Summary
TestNesting()
           
 
Method Summary
 void optionalFlows()
           
 void optionalFlowsInLoop1()
           
 void optionalFlowsInLoop2()
           
 void optionalFlowsInLoop3()
           
 void optionalFlowsSecond()
           
 void repeatexecutionNesting()
           
 void simpleNesting()
           
 
Methods inherited from class org.speakright.core.tests.BaseTest
ChkTrail, ChkTrail, CreateInstance, createPageWriter, log, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, redirectStderr, RunIt, RunSpecial, StartIt, StartIt, StartIt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNesting

public TestNesting()
Method Detail

simpleNesting

public void simpleNesting()

repeatexecutionNesting

public void repeatexecutionNesting()

optionalFlows

public void optionalFlows()

optionalFlowsSecond

public void optionalFlowsSecond()

optionalFlowsInLoop1

public void optionalFlowsInLoop1()

optionalFlowsInLoop2

public void optionalFlowsInLoop2()

optionalFlowsInLoop3

public void optionalFlowsInLoop3()