Searched refs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance
113 public void ignoreMissingLoggedTags(boolean shouldIgnore) {114 shouldIgnoreMissingLoggedTags = shouldIgnore;
124 if (shouldIgnore(method)) {346 protected boolean shouldIgnore(FrameworkMethod method) {
1186 if (Entry->shouldIgnore()) in addLock()1226 if (Cp.shouldIgnore()) in removeLock()1261 if (!Cp.shouldIgnore()) in getMutexIDs()1273 if (!Cp.shouldIgnore()) in getMutexIDs()1511 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()1570 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
305 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function
329 @Override protected boolean shouldIgnore(FrameworkMethod method) { in shouldIgnore() method in RobolectricTestRunner