| Package | Description |
|---|---|
| org.exparity.expectamundo.core |
| Modifier and Type | Method and Description |
|---|---|
PrototypeProperty |
Prototype.getActiveProperty() |
PrototypeProperty |
Prototype.getParentProperty() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PrototypeFactory.createPrototype(Class<T> type,
PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
PrototypeFactory.createPrototype(PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
void |
Prototype.setActiveProperty(PrototypeProperty activeProperty) |
| Constructor and Description |
|---|
Prototype(PrototypeProperty parentProperty,
Class<T> rawType,
Map<String,Class<?>> typeParameters,
PrototypeInterceptor proxier) |
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) |
PrototypeProperty(PrototypeProperty parent,
Method method,
net.sf.cglib.proxy.MethodProxy proxy,
Object[] args) |
PrototypePropertyMatcher(PrototypeProperty property,
PropertyExpectation expectation) |
PrototypeStringExpectation(Prototype<?> prototype,
PrototypeProperty property) |
Copyright © 2014. All rights reserved.