Add missing Test annotations
This commit is contained in:
parent
7d2c3c0676
commit
b5d9343ff0
@ -24,6 +24,7 @@ public class ManufacturerTest {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testContrail() {
|
||||
Manufacturer c1, c2;
|
||||
|
||||
|
@ -78,6 +78,7 @@ public class TestGenericModifier extends BaseTestCase {
|
||||
assertEquals(4.0, value.d, EPSILON);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSingularRange() throws OptimizationException {
|
||||
gm.setMinValue(1.0);
|
||||
gm.setMaxValue(1.0);
|
||||
|
@ -207,6 +207,7 @@ public class TestMutex {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBogusMutex() {
|
||||
SafetyMutex m = new SafetyMutex.BogusSafetyMutex();
|
||||
m.lock("foo");
|
||||
|
Loading…
x
Reference in New Issue
Block a user