Search in sources :

Example 1 with PrismInternalTestUtil

use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.

the class TestObjectQuery method setupDebug.

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
    PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
    PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
    matchingRuleRegistry = MatchingRuleRegistryFactory.createRegistry();
}
Also used : PrismInternalTestUtil(com.evolveum.midpoint.prism.PrismInternalTestUtil) BeforeSuite(org.testng.annotations.BeforeSuite)

Example 2 with PrismInternalTestUtil

use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.

the class TestQueryConvertors method setupDebug.

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
    PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
    PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
}
Also used : PrismInternalTestUtil(com.evolveum.midpoint.prism.PrismInternalTestUtil) BeforeSuite(org.testng.annotations.BeforeSuite)

Example 3 with PrismInternalTestUtil

use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.

the class TestPolyString method setupDebug.

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
    PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
    PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
}
Also used : PrismInternalTestUtil(com.evolveum.midpoint.prism.PrismInternalTestUtil) BeforeSuite(org.testng.annotations.BeforeSuite)

Example 4 with PrismInternalTestUtil

use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.

the class TestFundamentals method setupDebug.

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
    PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
    PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
}
Also used : PrismInternalTestUtil(com.evolveum.midpoint.prism.PrismInternalTestUtil) BeforeSuite(org.testng.annotations.BeforeSuite)

Example 5 with PrismInternalTestUtil

use of com.evolveum.midpoint.prism.PrismInternalTestUtil in project midpoint by Evolveum.

the class TestCompare method setupDebug.

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
    PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
    PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
}
Also used : PrismInternalTestUtil(com.evolveum.midpoint.prism.PrismInternalTestUtil) BeforeSuite(org.testng.annotations.BeforeSuite)

Aggregations

PrismInternalTestUtil (com.evolveum.midpoint.prism.PrismInternalTestUtil)12 BeforeSuite (org.testng.annotations.BeforeSuite)12