List of usage examples for junit.framework TestCase subclass-usage
From source file TestSimple.java
public class TestSimple extends TestCase { public TestSimple(String name) { super(name); }
From source file TestLargest.java
public class TestLargest extends TestCase { public TestLargest(String name) { super(name); } public void testEmpty() {
From source file TestClassOne.java
public class TestClassOne extends TestCase { public TestClassOne(String method) { super(method); }
From source file TestLargest.java
public class TestLargest extends TestCase { public TestLargest(String name) { super(name); } public void testAdds() {
From source file TestLargest.java
public class TestLargest extends TestCase { public TestLargest(String name) { super(name); } public void testEmpty() {
From source file TestLargest.java
public class TestLargest extends TestCase { public TestLargest(String name) { super(name); } public void testEmpty() {
From source file TestLargest.java
public class TestLargest extends TestCase { public TestLargest(String name) { super(name); } public void testEmpty() {
From source file JavaTest.java
public class JavaTest extends TestCase { protected int value1, value2; // assigning the values protected void setUp() { value1 = 1;
From source file TestSimple.java
public class TestSimple extends TestCase { public TestSimple(String name) { super(name); }
From source file LargestTest.java
public class LargestTest extends TestCase { public void testLargest() { fail("Not yet implemented"); }