use of org.ff4j.strategy.DarkLaunchStrategy in project ff4j by ff4j.
the class PonderationStrategyTest method testInitializations.
@Test
public void testInitializations() {
PonderationStrategy pfs = new DarkLaunchStrategy();
pfs.setWeight(0.5);
new DarkLaunchStrategy(0.5);
}
Aggregations