blob: 4c5d67a02eb729b73cc6b21bbb9ef2f4961dae3a [file] [view] [edit]
NullPointerTester comes with built-in support for some well known types like
`Optional` and `ImmutableList` via guava's
[`ArbitraryInstances`](https://static.javadoc.io/com.google.guava/guava-testlib/23.0/com/google/common/testing/ArbitraryInstances.html)
class. Explicitly calling `setDefault` for these types is unnecessary.