Searched refs:TestInput (Results 1 – 7 of 7) sorted by relevance
70 IntegrationTestSupport.TestInput input = in test()71 IntegrationTestSupport.TestInput.parse( in test()
343 IntegrationTestSupport.TestInput input = in test()344 IntegrationTestSupport.TestInput.parse( in test()
538 static class TestInput { class in IntegrationTestSupport543 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput548 static TestInput parse(String text) { in parse()586 return new TestInput(sources, classes); in parse()
280 IntegrationTestSupport.TestInput input = in wildArrayElement()281 IntegrationTestSupport.TestInput.parse( in wildArrayElement()
623 TestInput testInputs[] =
41 struct TestInput struct
552 class TestInput(object): class562 test_input = TestInput()