FileDocCategorySizeDatePackage
NoPublicConstructorTest.javaAPI DocAndroid 5.1 API1092Thu Mar 12 22:22:42 GMT 2015android.test.suitebuilder.examples.constructor

NoPublicConstructorTest

public class NoPublicConstructorTest extends TestCase
A {@link TestCase} which should not be loaded since it has non-public constructors with no args.

Fields Summary
Constructors Summary
NoPublicConstructorTest()

    
public NoPublicConstructorTest(String foo, String foo2)

    
Methods Summary
public voidtestNotRun()

        fail("method in NoPublicConstructorTest run unexpectedly");