Searched refs:TestCase (Results 1 - 25 of 4574) sorted by relevance

1234567891011>>

/external/testng/src/test/java/test/junit/
H A DTestAa.java3 import junit.framework.TestCase;
5 public class TestAa extends TestCase {
H A DTestAb.java3 import junit.framework.TestCase;
5 public class TestAb extends TestCase {
H A DTestAc.java3 import junit.framework.TestCase;
5 public class TestAc extends TestCase {
H A DTestAd.java3 import junit.framework.TestCase;
5 public class TestAd extends TestCase {
H A DTestAe.java3 import junit.framework.TestCase;
5 public class TestAe extends TestCase {
H A DTestAf.java3 import junit.framework.TestCase;
5 public class TestAf extends TestCase {
/external/vogar/test/vogar/target/junit3/
H A DNoMethodTest.java19 import junit.framework.TestCase;
21 public class NoMethodTest extends TestCase {
H A DSimpleTest.java19 import junit.framework.TestCase;
21 public class SimpleTest extends TestCase {
H A DFailConstructorTest.java19 import junit.framework.TestCase;
21 public class FailConstructorTest extends TestCase {
H A DFailTest.java19 import junit.framework.TestCase;
21 public class FailTest extends TestCase {
H A DSimpleTest2.java19 import junit.framework.TestCase;
21 public class SimpleTest2 extends TestCase {
H A DTestMethodWithParameterTest.java19 import junit.framework.TestCase;
21 public class TestMethodWithParameterTest extends TestCase {
/external/vogar/test/vogar/target/mixture/junit3/
H A DAbstractJUnit3Test.java19 import junit.framework.TestCase;
21 public abstract class AbstractJUnit3Test extends TestCase {
H A DNotPublicClassOrConstructorTest.java19 import junit.framework.TestCase;
21 class NotPublicClassOrConstructorTest extends TestCase {
H A DNotPublicClassTest.java19 import junit.framework.TestCase;
21 class NotPublicClassTest extends TestCase {
H A DNotPublicConstructorTest.java19 import junit.framework.TestCase;
21 public class NotPublicConstructorTest extends TestCase {
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs53 [TestCase("foo", "foo")]
54 [TestCase("tab\\t", "tab\t")]
55 [TestCase("line\\nfeed", "line\nfeed")]
56 [TestCase("carriage\\rreturn", "carriage\rreturn")]
57 [TestCase("back\\bspace", "back\bspace")]
58 [TestCase("form\\ffeed", "form\ffeed")]
59 [TestCase("escaped\\/slash", "escaped/slash")]
60 [TestCase("escaped\\\\backslash", "escaped\\backslash")]
61 [TestCase("escaped\\\"quote", "escaped\"quote")]
62 [TestCase("fo
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingBlockingQueueTest.java19 import junit.framework.TestCase;
24 public class ForwardingBlockingQueueTest extends TestCase {
H A DForwardingCheckedFutureTest.java19 import junit.framework.TestCase;
26 public class ForwardingCheckedFutureTest extends TestCase {
H A DForwardingExecutorServiceTest.java19 import junit.framework.TestCase;
24 public class ForwardingExecutorServiceTest extends TestCase {
H A DForwardingFutureTest.java19 import junit.framework.TestCase;
24 public class ForwardingFutureTest extends TestCase {
H A DForwardingListenableFutureTest.java19 import junit.framework.TestCase;
26 public class ForwardingListenableFutureTest extends TestCase {
H A DForwardingListeningExecutorServiceTest.java19 import junit.framework.TestCase;
24 public class ForwardingListeningExecutorServiceTest extends TestCase {
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs54 [TestCase(typeof(int), true)]
55 [TestCase(typeof(int?), true)]
56 [TestCase(typeof(Nullable<>), true)]
57 [TestCase(typeof(WireFormat.WireType), true)]
58 [TestCase(typeof(string), false)]
59 [TestCase(typeof(object), false)]
60 [TestCase(typeof(Enum), false)]
61 [TestCase(typeof(ValueType), false)]
62 [TestCase(typeof(TypeExtensionsTest), false)]
63 [TestCase(typeo
[all...]
/external/testng/src/test/java/test/mixed/
H A DJUnit3Test1.java3 import junit.framework.TestCase;
9 public class JUnit3Test1 extends TestCase {

Completed in 364 milliseconds

1234567891011>>