Scope scope2 = new Scope();
scope2.setQualifiedClassName(CourtCase.class.getCanonicalName());
type.getScope().add(scope2);
getBoSvc().save(type);
// R
type.refresh();
assertEquals("name does not match", name, type.getName());
assertNotNull("scope should not be null", type.getScope());
assertEquals("scope size differs", 2, type.getScope().size());
// U
type.setDescription("test description");