|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.editor.recorder
Class JComponentRecorderTest

java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
abbot.editor.recorder.AbstractRecorderTest
abbot.editor.recorder.AbstractSemanticRecorderTest
abbot.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:
createRecorderin classAbstractSemanticRecorderTest
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC