Added configuration options similar to the JaCoCo CLI
This commit is contained in:
parent
57b0fa5b55
commit
224c5e6616
3 changed files with 121 additions and 39 deletions
|
@ -16,16 +16,11 @@
|
|||
|
||||
package rife.bld.extension;
|
||||
|
||||
public class JacocoReportOperationTest {
|
||||
void verifyHello() {
|
||||
if (!"Hello World!".equals(new JacocoReportOperation().getMessage())) {
|
||||
throw new AssertionError();
|
||||
} else {
|
||||
System.out.println("Succeeded");
|
||||
}
|
||||
}
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class JacocoReportOperationTest {
|
||||
@Test
|
||||
void executeTest() {
|
||||
|
||||
public static void main(String[] args) {
|
||||
new JacocoReportOperationTest().verifyHello();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue