com.indeed.proctor.consumer
Class CannedProctorResult<T extends Bucket<?>>
java.lang.Object
com.indeed.proctor.consumer.CannedProctorResult<T>
public class CannedProctorResult<T extends Bucket<?>>
- extends Object
For unit testing
- Author:
- matts
|
Method Summary |
static
|
of(T testVal)
|
static
|
of(T testVal,
Payload payload)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testVal
@Nonnull
public final T extends Bucket<?> testVal
payload
@Nullable
public final Payload payload
CannedProctorResult
public CannedProctorResult(@Nonnull
T testVal,
@Nullable
Payload payload)
of
public static <T extends Bucket<?>> CannedProctorResult of(@Nonnull
T testVal)
of
public static <T extends Bucket<?>> CannedProctorResult of(@Nonnull
T testVal,
@Nullable
Payload payload)
Copyright © 2014. All Rights Reserved.