File
Doc
Category
Size
Date
Package
NoPublicConstructorTest.java
API Doc
Android 5.1 API
1092
Thu Mar 12 22:22:42 GMT 2015
android.test.suitebuilder.examples.constructor
NoPublicConstructorTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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 void
testNotRun
()
fail("method in NoPublicConstructorTest run unexpectedly");
Java Code Source