public class ClassObjectOperations.AddRemoveAttributeTest extends Object
Constructor and Description |
---|
AddRemoveAttributeTest() |
Modifier and Type | Method and Description |
---|---|
protected PublicObject |
createObject(ClassObject co,
String name,
LibrarySession session)
Creates an instance of the specified ClassObject with the specified name.
|
void |
performTest()
Runs the test.
|
protected void |
showClassObject(ClassObject co,
LibrarySession session)
Shows the specified ClassObject.
|
protected void |
showObjects(ClassObject co,
LibrarySession session)
Shows all instances of the specified ClassObject.
|
public void performTest() throws IfsException
IfsException
- if the operation failsprotected void showClassObject(ClassObject co, LibrarySession session) throws IfsException
co
- the ClassObject of interestsession
- the sessionIfsException
- if the operation failsprotected void showObjects(ClassObject co, LibrarySession session) throws IfsException
co
- the ClassObject of interestsession
- the sessionIfsException
- if the operation failsprotected PublicObject createObject(ClassObject co, String name, LibrarySession session) throws IfsException
co
- the class; must be a PublicObject subclassname
- the namesession
- the sessionIfsException
- if the operation failsCopyright © 2023. All rights reserved.