Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheckTest.java34 private PropertyCheck mPropertyCheck; field in PropertyCheckTest
47 mPropertyCheck = new PropertyCheck(); in setUp()
50 mOptionSetter = new OptionSetter(mPropertyCheck); in setUp()
64 mPropertyCheck.run(mTestInfo); // no warnings or errors in testWarningMatch()
72 mPropertyCheck.run(mTestInfo); // should only print a warning in testWarningMismatch()
80 mPropertyCheck.run(mTestInfo); // no warnings or errors in testErrorMatch()
89 mPropertyCheck.run(mTestInfo); // expecting TargetSetupError in testErrorMismatch()