Skip to content
Snippets Groups Projects
Commit 9d85e15f authored by Rakshit Krishnappa Ravi's avatar Rakshit Krishnappa Ravi
Browse files

Moved AeadKeyTemplatesTest to pattern.tink package

parent 31b88b84
No related branches found
No related tags found
No related merge requests found
package tests.pattern;
package tests.pattern.tink;
import java.io.File;
import java.security.GeneralSecurityException;
import org.junit.Test;
......@@ -9,10 +8,9 @@ import com.google.crypto.tink.aead.AeadKeyTemplates;
import com.google.crypto.tink.proto.KeyTemplate;
import crypto.analysis.CrySLRulesetSelector.Ruleset;
import test.UsagePatternTestingFramework;
import test.assertions.Assertions;
public class AeadKeyTemplatesTest extends UsagePatternTestingFramework {
public class TestAeadKeyTemplates extends TestTinkPrimitives {
@Override
protected Ruleset getRuleSet() {
......@@ -32,10 +30,4 @@ public class AeadKeyTemplatesTest extends UsagePatternTestingFramework {
Assertions.hasEnsuredPredicate(kt);
Assertions.mustBeInAcceptingState(kt);
}
@Override
protected String getSootClassPath() {
String tinkJarPath = new File("src/test/resources/tink-1.2.0.jar").getAbsolutePath();
return super.getSootClassPath() +File.pathSeparator +tinkJarPath;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment