public interface BeanMother
| Modifier and Type | Method and Description |
|---|---|
BeanMother |
addFixtureLocation(String path) |
<T> T |
bear(String fixtureName,
Class<T> targetClass) |
<T> List<T> |
bear(String fixtureName,
Class<T> targetClass,
int size) |
<T> List<T> |
bear(String fixtureName,
Class<T> targetClass,
int size,
PostProcessor<T> postProcessor) |
<T> T |
bear(String fixtureName,
Class<T> targetClass,
PostProcessor<T> postProcessor) |
<T> T |
bear(String fixtureName,
T target) |
<T> T |
bear(String fixtureName,
T target,
PostProcessor<T> postProcessor) |
<T> T bear(String fixtureName, T target)
<T> T bear(String fixtureName, T target, PostProcessor<T> postProcessor)
<T> T bear(String fixtureName, Class<T> targetClass, PostProcessor<T> postProcessor)
<T> List<T> bear(String fixtureName, Class<T> targetClass, int size, PostProcessor<T> postProcessor)
BeanMother addFixtureLocation(String path)
Copyright © 2018. All rights reserved.