1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package cz.crcs.ectester.standalone.test; import cz.crcs.ectester.common.test.Test; import cz.crcs.ectester.common.test.TestException; /** * @author Jan Jancar johny@neuromancer.sk */ public class KeyGenerationTest extends Test { @Override public String getDescription() { return null; } @Override public void run() throws TestException { } }