test.unittests
Class HObjectTest

java.lang.Object
  extended by TestCase
      extended by test.unittests.HObjectTest

public class HObjectTest
extends TestCase


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

HObjectTest

public HObjectTest(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetFile

public final void testGetFile()
Test method for HObject.getFile().

What to test:


testGetName

public final void testGetName()
Test method for HObject.getName().

What to test:


testGetFullName

public final void testGetFullName()
Test method for HObject.getFullName().

What to test:


testGetPath

public final void testGetPath()
Test method for HObject.getPath(). *

What to test:


testSetName

public final void testSetName()
Test method for HObject.setName(java.lang.String).

What to test:


testSetPath

public final void testSetPath()
Test method for HObject.setPath(java.lang.String).

What to test:


testOpen

public final void testOpen()
Test method for HObject.open().

What to test:


testClose

public final void testClose()
Test method for HObject.close(int).

What to test:


testGetFID

public final void testGetFID()
Test method for HObject.getFID().

What to test:


testEqualsOID

public final void testEqualsOID()
Test method for HObject.equalsOID(long[]).

What to test:


testGetFileFormat

public final void testGetFileFormat()
Test method for HObject.getFileFormat().

What to test:


testGetOID

public final void testGetOID()
Test method for HObject.getOID().

What to test:


testHasAttribute

public final void testHasAttribute()
Test method for HObject.hasAttribute().

What to test:


testToString

public final void testToString()
Test method for HObject.toString().

What to test: