assertManagedProperty(mo, "excluded", String.class, "Excluded");
}
public void testSetExcludedExportPackages() throws Exception
{
ClassLoadingMetaData test = new ClassLoadingMetaData();
test.setExcludedExportPackages("ExcludedExport");
ManagedObject mo = assertManagedObject(test);
assertManagedProperty(mo, "excludedExport", String.class, "ExcludedExport");
}