C
- the class under the testspublic abstract class UtilityClassTest<C> extends ClassTest<C>
Modifier | Constructor and Description |
---|---|
protected |
UtilityClassTest(java.lang.Class<C> subject)
Creates a new test suite for the passed class.
|
protected |
UtilityClassTest(java.lang.Class<C> subject,
com.google.common.testing.NullPointerTester.Visibility minimalStaticMethodVisibility)
Creates new test suite.
|
assertFinal, assertHasPrivateParameterlessCtor, configure, minimalStaticMethodVisibility, subject
protected UtilityClassTest(java.lang.Class<C> subject, com.google.common.testing.NullPointerTester.Visibility minimalStaticMethodVisibility)
subject
- the class under the testsminimalStaticMethodVisibility
- the minimal level of visibility of static methods for testing null parametersprotected UtilityClassTest(java.lang.Class<C> subject)
This test suite will
PUBLIC
visibility of static methods for null-pointer testing.
subject
- the class to be tested