Home
last modified time | relevance | path

Searched refs:collatorServiceName (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/api/i18n/
H A DXCollatorTest.java64 private String collatorServiceName; field in XCollatorTest
92 public XCollatorTest(String collatorServiceName) { in XCollatorTest() argument
93 this.collatorServiceName = collatorServiceName; in XCollatorTest()
100 …ect object = xContext.getServiceManager().createInstanceWithContext(collatorServiceName, xContext); in before()