Home | History | Annotate | Download | only in cts

Lines Matching defs:shouldHide

652         final long shouldHide = assertInteger(parts[6]);  // shouldHide (0 or 1)
659 assertTrue("powerUseItem shouldHide must be 0 or 1", shouldHide == 0 || shouldHide == 1);