test failing unit test
This commit is contained in:
@@ -15,5 +15,5 @@ jobs:
|
||||
# cache-dependency-path: | # optional
|
||||
# sub-project/*.gradle*
|
||||
# sub-project/**/gradle-wrapper.properties
|
||||
- run: ./gradlew build --no-daemon
|
||||
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --configuration-cache
|
||||
# - run: ./gradlew build --no-daemon
|
||||
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --no-daemon
|
||||
@@ -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