public class SqlFormatTest extends FastUnitTestBase
| Constructor and Description |
|---|
SqlFormatTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testSetObjectWithInvalidType()
Tests that setObject() will throws invalidType exception when invalid type is passed using the new method
|
void |
testSetObjectWithMboAndAttributeWithInvalidType()
Tests that setObject(col, mbo, attribute, value) will throw proper exception when type is invalid
ie, this preserves existing functionality for setObject() behaviour
|
void |
testSetObjectWithTypeResolvedFromMboAndAttribute()
Tests that mbo/attribute will auto resolve the type (ie, preserves and validates the existing behaviour)
|
setup, tearDownpublic void testSetObjectWithMboAndAttributeWithInvalidType()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXExceptionpublic void testSetObjectWithInvalidType()
public void testSetObjectWithTypeResolvedFromMboAndAttribute()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXException