Initial commit
This commit is contained in:
15
src/test/java/io/gmss/infocad/IfuDistributionApplicationTests.java
Executable file
15
src/test/java/io/gmss/infocad/IfuDistributionApplicationTests.java
Executable file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
package io.sourcemind.eresto;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class IfuDistributionApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user