This commit is contained in:
Riccardo Balbo
2025-06-08 20:09:51 +02:00
commit 305398fbe4
29 changed files with 6669 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* This source file was generated by the Gradle 'init' task
*/
package org.example;
import org.junit.Test;
import static org.junit.Assert.*;
public class TestNGEAppMain {
@Test public void okTest() {
assertTrue("This test should always pass", true);
}
}