use of org.assertj.core.condition.JediPowerCondition in project assertj-core by joel-costigliola.
the class IterablesWithConditionsBaseTest method setUp.
@Override
@Before
public void setUp() {
super.setUp();
testCondition = new TestCondition<>();
conditions = spy(new Conditions());
jedi = new JediCondition();
jediPower = new JediPowerCondition();
iterables.conditions = conditions;
}
use of org.assertj.core.condition.JediPowerCondition in project assertj-core by joel-costigliola.
the class ObjectArraysWithConditionBaseTest method setUp.
@Override
@Before
public void setUp() {
super.setUp();
jediPower = new JediPowerCondition();
jedi = new JediCondition();
testCondition = new TestCondition<>();
}
Aggregations