Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DDeviceTestsConfigValidation.java95 GeneralTestsConfigValidation.validatePreparers( in testConfigsLoad()
99 GeneralTestsConfigValidation.checkRunners(c.getTests(), "device-tests"); in testConfigsLoad()
102 GeneralTestsConfigValidation.checkModuleParameters( in testConfigsLoad()
106 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
DHostUnitTestsConfigValidation.java115 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
DGeneralTestsConfigValidation.java63 public class GeneralTestsConfigValidation implements IBuildReceiver { class