test.unittests
Class AttributeTest

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

public class AttributeTest
extends TestCase


Constructor Summary
AttributeTest(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAttributeStringDatatypeLongArray()
          Test method for Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[]).
 void testAttributeStringDatatypeLongArrayObject()
          Test method for Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[], java.lang.Object).
 void testGetDataDims()
          Test method for Attribute.getDataDims().
 void testGetName()
          Test method for Attribute.getName().
 void testGetRank()
          Test method for Attribute.getRank().
 void testGetType()
          Test method for Attribute.getType().
 void testGetValue()
          Test method for Attribute.getValue().
 void testIsUnsigned()
          Test method for Attribute.isUnsigned().
 void testSetValue()
          Test method for Attribute.setValue(java.lang.Object).
 void testToStringString()
          Test method for Attribute.toString(java.lang.String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTest

public AttributeTest(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

testAttributeStringDatatypeLongArray

public final void testAttributeStringDatatypeLongArray()
Test method for Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[]).

Here we test:


testAttributeStringDatatypeLongArrayObject

public final void testAttributeStringDatatypeLongArrayObject()
Test method for Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[], java.lang.Object).

Here we test:


testGetValue

public final void testGetValue()
Test method for Attribute.getValue(). Here we test:


testSetValue

public final void testSetValue()
Test method for Attribute.setValue(java.lang.Object).

Here we test:


testGetName

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

Here we test:


testGetRank

public final void testGetRank()
Test method for Attribute.getRank().

Here we test:


testGetDataDims

public final void testGetDataDims()
Test method for Attribute.getDataDims().

Here we test:


testGetType

public final void testGetType()
Test method for Attribute.getType().

Here we test:


testIsUnsigned

public final void testIsUnsigned()
Test method for Attribute.isUnsigned().

Here we test:


testToStringString

public final void testToStringString()
Test method for Attribute.toString(java.lang.String).

Here we test: