init
This commit is contained in:
19
ciphers/Testing.java
Normal file
19
ciphers/Testing.java
Normal file
@@ -0,0 +1,19 @@
|
||||
import org.junit.jupiter.api.*;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static org.junit.Assume.assumeTrue;
|
||||
import java.util.*;
|
||||
|
||||
public class Testing {
|
||||
|
||||
@Test
|
||||
@DisplayName("TODO: 1 Your Extension - ' '-'}' Shifter")
|
||||
public void thirdCaseTest() {
|
||||
assertTrue(false, "Not yet implemented!");
|
||||
}
|
||||
|
||||
@Test
|
||||
@DisplayName("TODO: 1 Your Extension - ' '-'}' Shifter")
|
||||
public void thirdCaseTest() {
|
||||
assertTrue(false, "Not yet implemented!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user