|
||||||||||
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.util.StorableOutputTest
public class StorableOutputTest
TestCase StorableOutputTest is generated by JUnitDoclet to hold the tests for StorableOutput.
StorableOutput
Constructor Summary | |
---|---|
StorableOutputTest(java.lang.String name)
Constructor StorableOutputTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
StorableOutput |
createInstance()
Factory method for instances of the class to be tested. |
void |
testClose()
Method testClose is testing close |
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 |
testWriteBoolean()
Method testWriteBoolean is testing writeBoolean |
void |
testWriteColor()
Method testWriteColor is testing writeColor |
void |
testWriteDouble()
Method testWriteDouble is testing writeDouble |
void |
testWriteInt()
Method testWriteInt is testing writeInt |
void |
testWriteLong()
Method testWriteLong is testing writeLong |
void |
testWriteStorable()
Method testWriteStorable is testing writeStorable |
void |
testWriteString()
Method testWriteString is testing writeString |
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 StorableOutputTest(java.lang.String name)
Method Detail |
---|
public StorableOutput createInstance() throws java.lang.Exception
java.lang.Exception
public void testWriteStorable() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeStorable(org.jhotdraw.util.Storable)
public void testWriteInt() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeInt(int)
public void testWriteLong() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeLong(long)
public void testWriteColor() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeColor(java.awt.Color)
public void testWriteDouble() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeDouble(double)
public void testWriteBoolean() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeBoolean(boolean)
public void testWriteString() throws java.lang.Exception
java.lang.Exception
StorableOutput.writeString(java.lang.String)
public void testClose() throws java.lang.Exception
java.lang.Exception
StorableOutput.close()
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 |