Searched refs:expectedSuffix (Results 1 – 1 of 1) sorted by relevance
211 final String expectedSuffix = enabled ? "enabled" : "disabled"; in setRestrictBackground() local212 assertTrue("output '" + output + "' should end with '" + expectedSuffix + "'", in setRestrictBackground()213 output.endsWith(expectedSuffix)); in setRestrictBackground()