Sha256: 040f84d9bdfb5d94e442708b86bd46f28f1b67127f4a297a322283707249a90f
Contents?: true
Size: 257 Bytes
Versions: 61
Compression:
Stored size: 257 Bytes
Contents
import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ RandomKeyCipherTest.class, IncorrectKeyCipherTest.class, SubstitutionCipherTest.class }) public class SimpleCipherTest { }
Version data entries
61 entries across 61 versions & 1 rubygems