Searched refs:junit4 (Results 1 – 25 of 65) sorted by relevance
123
17 private static final JUnitTestRecognizer junit4; field in JUnitTestFinder21 junit4 = getJUnitTestRecognizer(JUNIT4_TEST, JUNIT4_FINDER);26 if (junit4 == null) {39 return (junit3 != null && junit3.isTest(c)) || (junit4 != null && junit4.isTest(c)); in isJUnitTest()43 return junit3 != null || junit4 != null; in haveJUnit()
44 public final class kotlinx/coroutines/debug/junit4/CoroutinesTimeout : org/junit/rules/TestRule {45 public static final field Companion Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout$Companion;53 public final class kotlinx/coroutines/debug/junit4/CoroutinesTimeout$Companion {54 public final fun seconds (I)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;55 public final fun seconds (IZ)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;56 public final fun seconds (IZZ)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;57 public final fun seconds (J)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;58 public final fun seconds (JZ)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;59 public final fun seconds (JZZ)Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout;60 …ult (Lkotlinx/coroutines/debug/junit4/CoroutinesTimeout$Companion;IZZILjava/lang/Object;)Lkotlinx/…[all …]
5 import test.junit4.JUnit4Child;6 import test.junit4.JUnit4ParameterizedTest;7 import test.junit4.JUnit4Sample2;8 import test.junit4.JUnit4SampleSuite;
6 value: "https://junit.org/junit4/"10 value: "https://github.com/junit-team/junit4/archive/r4.12.tar.gz"
36 baseName "junit4"43 baseName "junit4"
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/junit4-target_intermediat…
187 "mockito-target-minus-junit4",195 name: "mockito-target-minus-junit4",214 "mockito-target-inline-minus-junit4",222 name: "mockito-target-inline-minus-junit4",242 "mockito-target-extended-minus-junit4",250 name: "mockito-target-extended-minus-junit4",
28 import vogar.target.mixture.junit4.AbstractJUnit4Test;29 import vogar.target.mixture.junit4.JUnit4Test;
17 package vogar.target.junit4;
1 package test.junit4;
17 package vogar.target.mixture.junit4;