|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTestCase
test.unittests.AttributeTest
public class AttributeTest
| 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 |
|---|
public AttributeTest(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 testAttributeStringDatatypeLongArray()
Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[]).
Here we test:
public final void testAttributeStringDatatypeLongArrayObject()
Attribute.Attribute(java.lang.String, ncsa.hdf.object.Datatype, long[], java.lang.Object).
Here we test:
public final void testGetValue()
Attribute.getValue().
Here we test:
public final void testSetValue()
Attribute.setValue(java.lang.Object).
Here we test:
public final void testGetName()
Attribute.getName().
Here we test:
public final void testGetRank()
Attribute.getRank().
Here we test:
public final void testGetDataDims()
Attribute.getDataDims().
Here we test:
public final void testGetType()
Attribute.getType().
Here we test:
public final void testIsUnsigned()
Attribute.isUnsigned().
Here we test:
public final void testToStringString()
Attribute.toString(java.lang.String).
Here we test:
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||