net.sf.jzeno.echo.script.test
Class IdentificationManagerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jzeno.echo.script.test.IdentificationManagerTestCase
All Implemented Interfaces:
junit.framework.Test

public class IdentificationManagerTestCase
extends junit.framework.TestCase


Constructor Summary
IdentificationManagerTestCase()
           
 
Method Summary
 void setUp()
           
 void testIdentificationOfAllDemoPanels()
           
 void testIdentificationOfBooleanImageViewerDemoPanel()
           
 void testIdentificationOfBuiltinComponents()
           
 void testLargeComponentTreeIdentification()
           
 void testMutateComponentTreeAndIdentifyEverything()
           
 void testMutateDemoPanels()
           
 void testMutateDynaButtonDemoPanel()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

IdentificationManagerTestCase

public IdentificationManagerTestCase()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testIdentificationOfBuiltinComponents

public void testIdentificationOfBuiltinComponents()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testLargeComponentTreeIdentification

public void testLargeComponentTreeIdentification()

testIdentificationOfBooleanImageViewerDemoPanel

public void testIdentificationOfBooleanImageViewerDemoPanel()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testIdentificationOfAllDemoPanels

public void testIdentificationOfAllDemoPanels()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testMutateDemoPanels

public void testMutateDemoPanels()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMutateDynaButtonDemoPanel

public void testMutateDynaButtonDemoPanel()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testMutateComponentTreeAndIdentifyEverything

public void testMutateComponentTreeAndIdentifyEverything()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception