|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jhotdraw.test.samples.javadraw.JavaDrawViewerTest
public class JavaDrawViewerTest
TestCase JavaDrawViewerTest is generated by JUnitDoclet to hold the tests for JavaDrawViewer.
JavaDrawViewer
Constructor Summary | |
---|---|
JavaDrawViewerTest(java.lang.String name)
Constructor JavaDrawViewerTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
JavaDrawViewer |
createInstance()
Factory method for instances of the class to be tested. |
void |
testAddViewChangeListener()
Method testAddViewChangeListener is testing addViewChangeListener |
void |
testDrawing()
Method testDrawing is testing drawing |
void |
testFigureSelectionChanged()
Method testFigureSelectionChanged is testing figureSelectionChanged |
void |
testGetUndoManager()
Method testGetUndoManager is testing getUndoManager |
void |
testInit()
Method testInit is testing init |
void |
testRemoveViewChangeListener()
Method testRemoveViewChangeListener is testing removeViewChangeListener |
void |
testSetTool()
Method testSetTool is testing setTool |
void |
testTool()
Method testTool is testing tool |
void |
testToolDone()
Method testToolDone is testing toolDone |
void |
testVault()
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty. |
void |
testView()
Method testView is testing view |
void |
testViews()
Method testViews is testing views |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaDrawViewerTest(java.lang.String name)
Method Detail |
---|
public JavaDrawViewer createInstance() throws java.lang.Exception
java.lang.Exception
public void testInit() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.init()
public void testAddViewChangeListener() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.addViewChangeListener(org.jhotdraw.framework.ViewChangeListener)
public void testRemoveViewChangeListener() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.removeViewChangeListener(org.jhotdraw.framework.ViewChangeListener)
public void testView() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.view()
public void testViews() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.views()
public void testDrawing() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.drawing()
public void testTool() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.tool()
public void testSetTool() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.setTool(org.jhotdraw.framework.Tool)
public void testToolDone() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.toolDone()
public void testFigureSelectionChanged() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.figureSelectionChanged(org.jhotdraw.framework.DrawingView)
public void testGetUndoManager() throws java.lang.Exception
java.lang.Exception
JavaDrawViewer.getUndoManager()
public void testVault() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |