Lines Matching refs:IntegrationTest
83 tr.add_test_class(mock_test_config, integration_test.IntegrationTest)
127 tr.add_test_class(mock_test_config, integration_test.IntegrationTest)
158 self.base_mock_test_config, integration_test.IntegrationTest
175 self.base_mock_test_config, integration_test.IntegrationTest
221 tr.add_test_class(mock_test_config, integration_test.IntegrationTest)
247 config1, integration_test.IntegrationTest, name_suffix='FirstConfig'
250 config2, integration_test.IntegrationTest, name_suffix='SecondConfig'
305 self.base_mock_test_config, integration_test.IntegrationTest
317 self.base_mock_test_config, integration_test.IntegrationTest
340 return_value=integration_test.IntegrationTest,
363 return_value=integration_test.IntegrationTest,
384 self.assertEqual(test_class, integration_test.IntegrationTest)
402 config, integration_test.IntegrationTest, name_suffix='A'
405 config, integration_test.IntegrationTest, name_suffix='B'
427 config, integration_test.IntegrationTest, tests=['test_hello_world']
439 tr.add_test_class(config, integration_test.IntegrationTest, tests=[])