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