test
Class ComponentTesterTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--test.ComponentTesterTest
All Implemented Interfaces:
junit.framework.Test

public class ComponentTesterTest
extends junit.framework.TestCase

Unit test to verify the base ComponentTester class.


Constructor Summary
ComponentTesterTest(java.lang.String name)
          Create a new test case with the given name.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
          Provide a default test suite for this test case.
protected  void tearDown()
           
 void testClick()
          Test the component click action.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

ComponentTesterTest

public ComponentTesterTest(java.lang.String name)
Create a new test case with the given name.
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testClick

public void testClick()
Test the component click action.

suite

public static junit.framework.Test suite()
Provide a default test suite for this test case.

main

public static void main(java.lang.String[] args)