protected static final class AbstractNonNullTest.MemberHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
instance
the instance to test the methods on, or null.
|
Member |
member
the Java method or constructor to test.
|
Object[] |
targets
the other classes or instances to test, so we can inject them in
tests.
|
| Constructor and Description |
|---|
MemberHolder(Object instance,
Member member,
Object... targets)
constructor.
|
public final Object instance
public final Member member
public final Object[] targets
public MemberHolder(@Nullable
Object instance,
Member member,
Object... targets)
instance - the
instance to test the methods on, or nullmember - the Java method or constructor to testtargets - the other classes or instances to test, so we can inject
them in testsCopyright © 2018 David Andrianavalontsalama. All rights reserved.