mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-29 07:26:01 +08:00
@ -1,9 +1,9 @@
|
||||
package com.thealgorithms.ciphers;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class CaesarTest {
|
||||
|
||||
Caesar caesar = new Caesar();
|
||||
@ -43,5 +43,4 @@ class CaesarTest {
|
||||
assertEquals(27, allPossibleAnswers.length);
|
||||
assertEquals("Encrypt this text", allPossibleAnswers[5]);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user