Projekt

Obecné

Profil

Stáhnout (241 Bajtů) Statistiky
| Větev: | Revize:
1
package vldc.aswi.pia;
2

    
3
import org.junit.jupiter.api.Test;
4
import org.springframework.boot.test.context.SpringBootTest;
5

    
6
@SpringBootTest
7
class AswiApplicationTests {
8

    
9
	@Test
10
	void contextLoads() {
11
		// Nothing here, just testing start
12
	}
13

    
14
}
    (1-1/1)