use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.
the class TestProtectedString method setupDebug.
@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
}
use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.
the class TestMatchingRule method setup.
@BeforeSuite
public void setup() throws SchemaException, SAXException, IOException {
PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
matchingRuleRegistry = MatchingRuleRegistryFactory.createRegistry();
}
Aggregations