org.speakright.sro.tests
Class TestListNavigator

java.lang.Object
  extended by org.speakright.sro.tests.BaseTest
      extended by org.speakright.sro.tests.TestListNavigator
All Implemented Interfaces:
ISRExtensionFactory

public class TestListNavigator
extends BaseTest


Nested Class Summary
static class TestListNavigator.MyFlightItem
           
 
Field Summary
 
Fields inherited from class org.speakright.sro.tests.BaseTest
dir
 
Constructor Summary
TestListNavigator()
           
 
Method Summary
static SRApp createApp()
           
static SRApp createApp(boolean addConfirmer)
           
static SRApp createAppWithEmptyList()
           
static SRApp createAppWithModelItems(boolean addConfirmer)
           
 void test1()
           
 void testCancelCmd()
           
 void testEmptyList()
           
 void testModelItem()
           
 void testModelItem2()
           
 
Methods inherited from class org.speakright.sro.tests.BaseTest
ChkTrail, ChkTrail, CreateInstance, createPageWriter, log, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, Proceed, StartIt, StartIt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListNavigator

public TestListNavigator()
Method Detail

test1

public void test1()

testCancelCmd

public void testCancelCmd()

testModelItem

public void testModelItem()

testModelItem2

public void testModelItem2()

testEmptyList

public void testEmptyList()

createApp

public static SRApp createApp()

createApp

public static SRApp createApp(boolean addConfirmer)

createAppWithModelItems

public static SRApp createAppWithModelItems(boolean addConfirmer)

createAppWithEmptyList

public static SRApp createAppWithEmptyList()