secure-files

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

SecureFilesApplicationTests.java (219B)


      1 package xyz.kebigon.securefiles;
      2 
      3 import org.junit.jupiter.api.Test;
      4 import org.springframework.boot.test.context.SpringBootTest;
      5 
      6 @SpringBootTest
      7 class SecureFilesApplicationTests
      8 {
      9 	@Test
     10 	void contextLoads()
     11 	{
     12 	}
     13 }