summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test/KeyGenerationTest.java
blob: 7a96ba118f5b4f17ce05720592762d9d5914a21a (plain) (blame)
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 {

    }
}