From 3de3366d0b1537acf8ff919d47cb21002f5e91d7 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 3 Mar 2022 17:16:31 +0000 Subject: [PATCH] Created Bifid cipher --- .../CipherStreamJava/polySubstitution/TestColumnar.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java b/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java index a6a8def..648e41f 100644 --- a/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java +++ b/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java @@ -1,7 +1,7 @@ //Mattrixwv/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java //Mattrixwv // Created: 01-16-22 -//Modified: 01-31-22 +//Modified: 03-03-22 package com.mattrixwv.CipherStreamJava.polySubstitution; @@ -168,7 +168,7 @@ public class TestColumnar{ assertEquals("Columnar failed no symbol mixed case, whitespace, and symbol encoding.", correctOutput, output); } @Test - public void testNoPaddingEncoding() throws InvalidCharacterException, InvalidKeywordException, InvalidInputException{ + public void testNoPaddingEncode() throws InvalidCharacterException, InvalidKeywordException, InvalidInputException{ Columnar cipher = new Columnar(true, true, true, true); //Test lowercase encoding @@ -398,7 +398,7 @@ public class TestColumnar{ assertEquals("Columnar failed no symbol mixed case, whitespace, and symbol decoding.", correctOutput, output); } @Test - public void testNoPaddingDecoding() throws InvalidCharacterException, InvalidKeywordException, InvalidInputException{ + public void testNoPaddingDecode() throws InvalidCharacterException, InvalidKeywordException, InvalidInputException{ Columnar cipher = new Columnar(true, true, true, true); //Test lowercase decoding