Skip to content

Commit

Permalink
Create StorageTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fxe025 committed Mar 15, 2024
1 parent 3ab7a4f commit b0a7a88
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/test/java/Storage/StorageTest.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
package Storage;public class StorageTest {
package Storage;

import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

import java.io.FileNotFoundException;
public class StorageTest {
@Test
public void fileToReadNotFound() {
}
}

0 comments on commit b0a7a88

Please sign in to comment.