Searched refs:testDescriptor (Results 1 – 5 of 5) sorted by relevance
112 String testDescriptor= null; in unmarshallTestResultMessage() local120 testDescriptor= messageParts[9]; in unmarshallTestResultMessage()145 … replaceAsciiCharactersWithUnicode(replaceNewLineReplacer(testDescriptor)), in unmarshallTestResultMessage()146 … replaceAsciiCharactersWithUnicode(replaceNewLineReplacer(testDescriptor)), in unmarshallTestResultMessage()
46 final String testDescriptor, in TestResultMessage() argument65 testDescriptor, in TestResultMessage()
35 function testDescriptor(f) { function42 test(testDescriptor);
22 function testDescriptor(f) { function29 test(testDescriptor);
153 public void testDescriptor() throws Exception { in testDescriptor() method in DescriptorsTest