Package | Description |
---|---|
com.google.common.testing |
This package contains testing utilities.
|
Modifier and Type | Method and Description |
---|---|
NullPointerTester |
NullPointerTester.ignore(Constructor<?> constructor)
Ignore
constructor in the tests that follow. |
NullPointerTester |
NullPointerTester.ignore(Method method)
Ignore
method in the tests that follow. |
<T> NullPointerTester |
NullPointerTester.setDefault(Class<T> type,
T value)
Sets a default value that can be used for any parameter of type
type . |
Copyright © 2010–2018. All rights reserved.