| Package | Description |
|---|---|
| org.exparity.expectamundo.core |
| Modifier and Type | Method and Description |
|---|---|
static Prototype<?> |
PrototypeMatcherContext.currentPrototype() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PrototypeFactory.createPrototype(Class<T> type,
PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
PrototypeFactory.createPrototype(PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
PrototypeInterceptorImpl.intercept(Object obj,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy proxy,
Prototype<?> currentPrototype) |
Object |
PrototypeInterceptor.intercept(Object obj,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy proxy,
Prototype<?> currentPrototype) |
static void |
PrototypeMatcherContext.setCurrentPrototype(Prototype<?> prototype) |
| Constructor and Description |
|---|
PrototypeArrayExpectation(Prototype<?> prototype,
PrototypeProperty property) |
PrototypeCollectionExpectation(Prototype<?> prototype,
PrototypeProperty property) |
PrototypeComparableExpectation(Prototype<?> prototype,
PrototypeProperty property) |
PrototypeDateExpectation(Prototype<?> prototype,
PrototypeProperty property) |
PrototypeObjectExpectation(Prototype<?> prototype,
PrototypeProperty property) |
PrototypeStringExpectation(Prototype<?> prototype,
PrototypeProperty property) |
Copyright © 2014. All rights reserved.