Sha256: b2986364de8de99acf701df12192ee87cc6c2e215a9836f4f654d19f9e832a9e

Contents?: true

Size: 256 Bytes

Versions: 5

Compression:

Stored size: 256 Bytes

Contents

import junit.framework.*;
import java.lang.Exception;

public class SimpleExceptionTest extends TestCase {
    public SimpleExceptionTest(String name) {
	super(name);
    }
    public void testException() throws Exception {
	throw new Exception();
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/all/xunit/junit/SimpleException/SimpleExceptionTest.java
ttk-0.2.0 test/all/xunit/junit/SimpleException/SimpleExceptionTest.java
ttk-0.2.1 test/all/xunit/junit/SimpleException/SimpleExceptionTest.java
ttk-0.1.580 test/all/xunit/junit/SimpleException/SimpleExceptionTest.java
ttk-0.1.579 test/all/xunit/junit/SimpleException/SimpleExceptionTest.java