|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTestCase
test.unittests.HObjectTest
public class HObjectTest
| Constructor Summary | |
|---|---|
HObjectTest(java.lang.String arg0)
|
|
| Method Summary | |
|---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testClose()
Test method for HObject.close(int). |
void |
testEqualsOID()
Test method for HObject.equalsOID(long[]). |
void |
testGetFID()
Test method for HObject.getFID(). |
void |
testGetFile()
Test method for HObject.getFile(). |
void |
testGetFileFormat()
Test method for HObject.getFileFormat(). |
void |
testGetFullName()
Test method for HObject.getFullName(). |
void |
testGetName()
Test method for HObject.getName(). |
void |
testGetOID()
Test method for HObject.getOID(). |
void |
testGetPath()
Test method for HObject.getPath(). |
void |
testHasAttribute()
Test method for HObject.hasAttribute(). |
void |
testOpen()
Test method for HObject.open(). |
void |
testSetName()
Test method for HObject.setName(java.lang.String). |
void |
testSetPath()
Test method for HObject.setPath(java.lang.String). |
void |
testToString()
Test method for HObject.toString(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HObjectTest(java.lang.String arg0)
arg0 - | Method Detail |
|---|
protected void setUp()
throws java.lang.Exception
java.lang.Exception
protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic final void testGetFile()
HObject.getFile().
What to test:
public final void testGetName()
HObject.getName().
What to test:
public final void testGetFullName()
HObject.getFullName().
What to test:
public final void testGetPath()
HObject.getPath().
* What to test:
public final void testSetName()
HObject.setName(java.lang.String).
What to test:
public final void testSetPath()
HObject.setPath(java.lang.String).
What to test:
public final void testOpen()
HObject.open().
What to test:
public final void testClose()
HObject.close(int).
What to test:
public final void testGetFID()
HObject.getFID().
What to test:
public final void testEqualsOID()
HObject.equalsOID(long[]).
What to test:
public final void testGetFileFormat()
HObject.getFileFormat().
What to test:
public final void testGetOID()
HObject.getOID().
What to test:
public final void testHasAttribute()
HObject.hasAttribute().
What to test:
public final void testToString()
HObject.toString().
What to test:
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||