Started using stringbuilder for efficiency
This commit is contained in:
@@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
public class TestAtbash{
|
||||
@Test
|
||||
public void TestDecode(){
|
||||
public void testDecode(){
|
||||
Atbash cipher = new Atbash();
|
||||
|
||||
//Test 1
|
||||
@@ -29,7 +29,7 @@ public class TestAtbash{
|
||||
assertEquals("Atbash Decoding failed the second test", correctOutput, output);
|
||||
}
|
||||
@Test
|
||||
public void TestEncode(){
|
||||
public void testEncode(){
|
||||
Atbash cipher = new Atbash();
|
||||
|
||||
//Test 1
|
||||
|
||||
Reference in New Issue
Block a user