example
Class LabeledListTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byjunit.extensions.abbot.ResolverFixture
              extended byjunit.extensions.abbot.ComponentTestFixture
                  extended byexample.LabeledListTest
All Implemented Interfaces:
Test

public class LabeledListTest
extends ComponentTestFixture

Source test code for Tutorial 2, test fixture for the LabeledList.


Nested Class Summary
 
Nested classes inherited from class junit.extensions.abbot.ResolverFixture
ResolverFixture.ComponentMatcher
 
Field Summary
 
Fields inherited from class junit.extensions.abbot.ComponentTestFixture
EVENT_GENERATION_DELAY, POPUP_DELAY, WINDOW_DELAY
 
Constructor Summary
LabeledListTest(String name)
           
 
Method Summary
static void main(String[] args)
           
 void testLabelChangedOnSelectionChange()
           
 
Methods inherited from class junit.extensions.abbot.ComponentTestFixture
disposeWindow, fixtureSetUp, fixtureTearDown, getRobot, getWindowTracker, hideWindow, installPopup, isShowing, runBare, showFrame, showFrame, showModalDialog, showModalDialog, showPopup, showPopup, showWindow, showWindow, showWindow
 
Methods inherited from class junit.extensions.abbot.ResolverFixture
createHierarchy, getFinder, getHierarchy, getResolver
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabeledListTest

public LabeledListTest(String name)
Method Detail

testLabelChangedOnSelectionChange

public void testLabelChangedOnSelectionChange()
                                       throws Throwable
Throws:
Throwable

main

public static void main(String[] args)


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge