public class
StructuredDataHelper
extends Object
Helper class for Mock Connector Structured Data
Public Constructor Summary
Public Method Summary
static void |
assertStructuredData(Item actualItem, Item expectedItem, String schemaObjectType)
|
static void |
verifyMockContentDatasourceSchema(Schema actualSchema)
Verify data source is set up with correct schema.
|
Inherited Method Summary
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public StructuredDataHelper ()
Public Methods
public static void assertStructuredData (Item actualItem, Item expectedItem, String schemaObjectType)
Parameters
actualItem | |
---|---|
expectedItem | |
schemaObjectType |
Throws
IOException |
---|
public static void verifyMockContentDatasourceSchema (Schema actualSchema)
Verify data source is set up with correct schema.
Parameters
actualSchema |
---|
Throws
IOException |
---|