From df3a0cbc285d9a34760034e186d7c7535375df5a Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 5 Feb 2018 17:26:24 +0100 Subject: Show library name in test suite output in standalone testing. --- src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java') diff --git a/src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java b/src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java index ad404c8..2949d52 100644 --- a/src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java +++ b/src/cz/crcs/ectester/standalone/test/StandaloneTestSuite.java @@ -3,10 +3,8 @@ package cz.crcs.ectester.standalone.test; import cz.crcs.ectester.common.cli.TreeCommandLine; import cz.crcs.ectester.common.output.TestWriter; import cz.crcs.ectester.common.test.TestSuite; -import cz.crcs.ectester.data.EC_Store; import cz.crcs.ectester.standalone.ECTesterStandalone; - -import java.security.NoSuchAlgorithmException; +import cz.crcs.ectester.standalone.libs.ProviderECLibrary; /** * @author Jan Jancar johny@neuromancer.sk @@ -20,4 +18,8 @@ public abstract class StandaloneTestSuite extends TestSuite { this.cfg = cfg; this.cli = cli; } + + public ProviderECLibrary getLibrary() { + return cfg.selected; + } } -- cgit v1.2.3-70-g09d2