public interface BehavioursContainer
| Modifier and Type | Method and Description |
|---|---|
void |
add(FixtureBehaviour behaviour) |
<T extends FixtureBehaviour> |
find(Class<T> clazz) |
boolean |
remove(Class<? extends FixtureBehaviour> classToRemove) |
void add(FixtureBehaviour behaviour)
boolean remove(Class<? extends FixtureBehaviour> classToRemove)
<T extends FixtureBehaviour> T find(Class<T> clazz)
Copyright © 2017. All rights reserved.