public class Expactamundo extends Object
| Constructor and Description |
|---|
Expactamundo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectExpectations<T> |
expect(T property)
Setup an expecation for a property on a
Prototype |
static <T> T |
prototype(Class<T> type)
Prepare a new prototype
|
static <T> T |
prototype(TypeReference<T> typeRef)
Prepare a new prototype.
|
static <T> PrototypeVerifier<T> |
verify(T test) |
public static <T> T prototype(Class<T> type)
public static <T> T prototype(TypeReference<T> typeRef)
public static <T> ObjectExpectations<T> expect(T property)
Prototypepublic static <T> PrototypeVerifier<T> verify(T test)
Copyright © 2014. All Rights Reserved.