Searched refs:TestTruncated (Results 1 – 3 of 3) sorted by relevance
1257 } catch (TestTruncated e) { in test()1588 throw new TestTruncated("Test truncated at " + pairLimit);1655 throw new TestTruncated("Test truncated; too many failures");1669 throw new TestTruncated("Test truncated; too many failures"); in logNotCanonical()1680 throw new TestTruncated("Test truncated; too many failures"); in logFails()1687 throw new TestTruncated("Test truncated; too many failures"); in logToRulesFails()1698 throw new TestTruncated("Test truncated; too many failures"); in logRoundTripFailure()1780 static class TestTruncated extends RuntimeException { class in RoundTripTest.TransliterationTest1786 TestTruncated(String msg) { in TestTruncated() method in RoundTripTest.TransliterationTest.TestTruncated
1254 } catch (TestTruncated e) { in test()1585 throw new TestTruncated("Test truncated at " + pairLimit);1652 throw new TestTruncated("Test truncated; too many failures");1666 throw new TestTruncated("Test truncated; too many failures"); in logNotCanonical()1677 throw new TestTruncated("Test truncated; too many failures"); in logFails()1684 throw new TestTruncated("Test truncated; too many failures"); in logToRulesFails()1695 throw new TestTruncated("Test truncated; too many failures"); in logRoundTripFailure()1777 static class TestTruncated extends RuntimeException { class in RoundTripTest.TransliterationTest1783 TestTruncated(String msg) { in TestTruncated() method in RoundTripTest.TransliterationTest.TestTruncated
79 static void TestTruncated(void);137 addTest(root, &TestTruncated, "tsconv/ncnvtst/TestTruncated"); in addExtraTests()1854 TestTruncated() { in TestTruncated() function