package org.warp.filesponge; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; /** * Unit test for FileSponge. */ public class AppTest { /** * Rigorous Test :-) */ @Test public void shouldAnswerWithTrue() { assertTrue(true); } }