File
Doc
Category
Size
Date
Package
ErrorTest.java
API Doc
Android 1.5 API
960
Wed May 06 22:42:02 BST 2009
android.test.suitebuilder.examples.error
ErrorTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
public class ErrorTest extends TestCase
Fields Summary
Constructors Summary
Methods Summary
public void
testErrorOne
()
throw new RuntimeException("Expected");
public void
testErrorTwo
()
throw new RuntimeException("Expected");
Java Code Source