2023-02-20 15:15:48 +01:00
|
|
|
/*
|
|
|
|
* This Java source file was generated by the Gradle 'init' task.
|
|
|
|
*/
|
|
|
|
package school_project;
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
|
|
|
class AppTest {
|
|
|
|
@Test void appHasAGreeting() {
|
2023-02-25 13:55:35 +01:00
|
|
|
Controller classUnderTest = new Controller();
|
2023-02-20 15:15:48 +01:00
|
|
|
}
|
|
|
|
}
|