From 4dfa76f84bfdfbafe400ea0d4670dddc46cc3ade Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 29 May 2018 19:29:18 +0200 Subject: Add list-suites option to both reader and standalone. - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options. --- src/cz/crcs/ectester/common/test/TestSuite.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/cz/crcs/ectester/common/test/TestSuite.java') diff --git a/src/cz/crcs/ectester/common/test/TestSuite.java b/src/cz/crcs/ectester/common/test/TestSuite.java index c8bb3f8..5f26f52 100644 --- a/src/cz/crcs/ectester/common/test/TestSuite.java +++ b/src/cz/crcs/ectester/common/test/TestSuite.java @@ -69,8 +69,16 @@ public abstract class TestSuite { return name; } - public String getDescription() { + public String[] getDescription() { + return description; + } + + public String getTextDescription() { return String.join(System.lineSeparator(), description); } + public String toString() { + return null; + } + } -- cgit v1.2.3-70-g09d2