Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot.editor.recorder
Class JComponentRecorderTest  view JComponentRecorderTest download JComponentRecorderTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byabbot.editor.recorder.AbstractRecorderTest
              extended byabbot.editor.recorder.AbstractSemanticRecorderTest
                  extended byabbot.editor.recorder.JComponentRecorderTest
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener, junit.framework.Test

public class JComponentRecorderTest
extends AbstractSemanticRecorderTest

Test recording of JComponent-specific events.


Nested Class Summary
 
Nested classes inherited from class abbot.editor.recorder.AbstractRecorderTest
AbstractRecorderTest.StepThunk
 
Field Summary
 
Fields inherited from class abbot.editor.recorder.AbstractSemanticRecorderTest
currentRecorder, savedRecorder
 
Fields inherited from class abbot.editor.recorder.AbstractRecorderTest
helper, watcher
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JComponentRecorderTest(java.lang.String name)
          Create a new test case with the given name.
 
Method Summary
protected  SemanticRecorder createRecorder(abbot.Resolver r)
          Each Recorder subclass test should implement this method to return the SemanticRecorder to be tested.
static void main(java.lang.String[] args)
           
 void testRecordActionMap()
           
 
Methods inherited from class abbot.editor.recorder.AbstractSemanticRecorderTest
assertNoStep, assertStep, assertStep, eventDispatched, getStep, hasRecorder, setUp, startRecording, tearDown
 
Methods inherited from class abbot.editor.recorder.AbstractRecorderTest
assertStep, assertStepCount, bugInfo, toString, waitForStep
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

JComponentRecorderTest

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

Method Detail

testRecordActionMap

public void testRecordActionMap()

createRecorder

protected SemanticRecorder createRecorder(abbot.Resolver r)
Description copied from class: AbstractSemanticRecorderTest
Each Recorder subclass test should implement this method to return the SemanticRecorder to be tested.

Specified by:
createRecorder in class AbstractSemanticRecorderTest

main

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