| Package | Description |
|---|---|
| com.flextrade.jfixture | |
| com.flextrade.jfixture.customisation.fluent | |
| com.flextrade.jfixture.rules |
| Modifier and Type | Method and Description |
|---|---|
FluentCustomisation |
FluentCustomisation.add(Customisation customisation) |
FluentCustomisation |
JFixture.customise() |
<T> FluentCustomisation |
FluentCustomisation.intercept(Class<T> clazz,
Interceptor<T> interceptor) |
<T> FluentCustomisation |
FluentCustomisation.lazyInstance(Class<T> clazz,
SpecimenSupplier<? extends T> supplier) |
<T> FluentCustomisation |
FluentCustomisation.lazyInstance(Type type,
SpecimenSupplier<? extends T> supplier) |
FluentCustomisation |
FluentCustomisation.propertyOf(Class<?> clazz,
String name,
Object value) |
FluentCustomisation |
FluentCustomisation.repeatCount(int count) |
<T> FluentCustomisation |
FluentCustomisation.sameInstance(Class<T> clazz,
T instance) |
<T> FluentCustomisation |
FluentCustomisation.sameInstance(Type type,
T instance) |
<T,U extends T> |
FluentCustomisation.useSubType(Class<T> baseClass,
Class<U> subClass) |
| Modifier and Type | Method and Description |
|---|---|
FluentCustomisation |
RecursionBehaviour.omitSpecimen() |
FluentCustomisation |
NoResolutionBehaviour.omitSpecimen() |
FluentCustomisation |
AutoPropertyBehaviour.omitSpecimen() |
FluentCustomisation |
AutoPropertyBehaviour.populateSpecimen() |
FluentCustomisation |
RecursionBehaviour.throwException() |
FluentCustomisation |
NoResolutionBehaviour.throwException() |
| Constructor and Description |
|---|
AutoPropertyBehaviour(CustomisationContainer customisationContainer,
FluentCustomisation fluentCustomisation) |
NoResolutionBehaviour(CustomisationContainer customisationContainer,
FluentCustomisation fluentCustomisation) |
RecursionBehaviour(CustomisationContainer customisationContainer,
FluentCustomisation fluentCustomisation) |
| Modifier and Type | Class and Description |
|---|---|
class |
FixtureRuleCustomisation |
| Modifier and Type | Method and Description |
|---|---|
FluentCustomisation |
FixtureRuleCustomisation.propertyOf(Class<?> clazz,
String name,
Object value) |
Copyright © 2017. All rights reserved.