* with court case status. Could be modified to return the bo entry for specific tests</p>
*
* @param className - fully qualified class name
*/
protected void testBoAttributesPresent(String className) {
DataObjectEntry dataObject = KRADServiceLocatorWeb.getDataDictionaryService().getDataDictionary().getDataObjectEntry(className);
assertNotNull("data object should not be null", dataObject);
assertNotNull("attribute names should not be null", dataObject.getAttributeNames());
}