Searched refs:Ignore (Results 1 - 25 of 162) sorted by relevance

1234567

/external/vogar/test/vogar/target/junit4/
H A DHasIgnoredTest.java19 import org.junit.Ignore;
23 @Ignore
27 + " enclosing test is annotated with @Ignore");
/external/junit/src/main/java/org/junit/internal/builders/
H A DIgnoredBuilder.java3 import org.junit.Ignore;
10 if (testClass.getAnnotation(Ignore.class) != null) {
/external/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore; member in class:llvm::AsmCond
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DAsmCond.h19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore; member in class:llvm::AsmCond
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
/external/junit-params/src/test/java/junitparams/
H A DIgnoringTest.java13 @Ignore
19 @Ignore
36 @Ignore
H A DFileParamsTest.java3 import org.junit.Ignore;
16 @Ignore("Does not work when run on device as it does not have access to the file")
23 @Ignore("Does not work when run on device as it does not have access to the file")
36 @Ignore("Does not work when run on device as it does not have access to the file")
/external/objenesis/main/src/test/java/org/objenesis/instantiator/basic/
H A DProxyingInstantiatorTest.java18 import org.junit.Ignore;
28 @Ignore("Because it doesn't work without -Xverify:none")
/external/testng/src/test/java/test/junit4/
H A DJUnit4Sample2.java5 import org.junit.Ignore;
23 @Ignore
H A DJUnit4ParameterizedTest.java8 import org.junit.Ignore;
37 @Ignore
/external/mockito/src/test/java/org/mockitousage/matchers/
H A DMatchersMixedWithRawArgumentsTest.java8 import org.junit.Ignore;
37 @Ignore("prototyping new feature that allows to avoid eq() matchers when raw args passed")
/external/mockito/src/test/java/org/mockitousage/performance/
H A DStubOnlyAvoidMemoryConsumptionTest.java7 import org.junit.Ignore;
25 @Ignore("ignored because it will detonate our test suite with an OOM for real")
H A DLoadsOfMocksTest.java8 import org.junit.Ignore;
21 @Ignore("Use it for performance checks")
/external/curl/docs/cmdline-opts/
H A Dignore-content-length.d2 Help: Ignore the size of the remote resource
5 For HTTP, Ignore the Content-Length header. This is particularly useful for
H A Djunk-session-cookies.d3 Help: Ignore session cookies read from file
/external/junit/src/main/java/org/junit/
H A DIgnore.java10 * {@link org.junit.Test} that are also annotated with <code>&#064;Ignore</code> will not be executed as tests.
11 * Also, you can annotate a class containing test methods with <code>&#064;Ignore</code> and none of the containing
17 * &#064;Ignore &#064;Test public void something() { ...
19 * &#064;Ignore takes an optional default parameter if you want to record why a test is being ignored:
21 * &#064;Ignore("not ready yet") &#064;Test public void something() { ...
23 * &#064;Ignore can also be applied to the test class:
25 * &#064;Ignore public class IgnoreMe {
35 public @interface Ignore { interface
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpSessionHeadersTest.java42 import org.junit.Ignore;
52 @Ignore
/external/mockito/src/test/java/org/mockitousage/junitrunner/
H A DVerboseMockitoRunnerTest.java8 import org.junit.Ignore;
33 @Ignore
73 @Ignore
84 @Ignore
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
H A DParentTestMockInjectionTest.java8 import org.junit.Ignore;
30 @Ignore
35 @Ignore("JUnit test under test : don't test this!")
/external/junit-params/src/test/java/junitparams/usage/
H A DSamplesOfUsageTest.java8 import org.junit.Ignore;
106 @Ignore
112 @Ignore
135 @Ignore
143 @Ignore
161 @Ignore
/external/dagger2/core/src/test/java/dagger/internal/
H A DScopedProviderTest.java19 import org.junit.Ignore;
40 @Ignore @Test public void get_nullPointerException() {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestInputDataStructure.java14 import org.junit.Ignore;
25 @Ignore
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestInputDataStructure.java13 import org.junit.Ignore;
22 @Ignore
/external/junit/src/main/java/org/junit/internal/runners/
H A DTestMethod.java9 import org.junit.Ignore;
30 return method.getAnnotation(Ignore.class) != null;
/external/junit-params/src/test/java/junitparams/naming/
H A DNamingStrategyIsUsedByRunnerTest.java4 import org.junit.Ignore;
32 @Ignore
/external/mockito/src/test/java/org/mockitousage/bugs/
H A DMultithreadedStubbingHalfManualTest.java8 import org.junit.Ignore;
22 @Ignore

Completed in 1720 milliseconds

1234567