Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheckTest.java41 private static final String ACTUAL_VALUE = "mock_actual_value"; field in PropertyCheckTest
51 EasyMock.expect(mMockDevice.getProperty(PROPERTY)).andReturn(ACTUAL_VALUE).anyTimes(); in setUp()
61 mOptionSetter.setOptionValue("expected-value", ACTUAL_VALUE); in testWarningMatch()
77 mOptionSetter.setOptionValue("expected-value", ACTUAL_VALUE); in testErrorMatch()