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