FileDocCategorySizeDatePackage
ErrorTest.javaAPI DocAndroid 1.5 API960Wed May 06 22:42:02 BST 2009android.test.suitebuilder.examples.error

ErrorTest

public class ErrorTest extends TestCase

Fields Summary
Constructors Summary
Methods Summary
public voidtestErrorOne()

        throw new RuntimeException("Expected");
    
public voidtestErrorTwo()

        throw new RuntimeException("Expected");