test failing unit test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.softwaresmyth.functions;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.function.BiConsumer;
|
||||
@@ -18,4 +19,9 @@ class NoopTest {
|
||||
toTest.accept(0.0, false);
|
||||
}
|
||||
|
||||
@Test
|
||||
void TestThreeArg() {
|
||||
Assertions.fail("Not yet implemented");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user