[java-idp-integration-tests] 01/02: Remove failed attempt at test class name logging

Tom Zeller tzeller at dragonacea.biz
Wed Jun 23 02:16:44 UTC 2021


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=95028b24afbb11106ee60eaaa855827201dc2760

commit 95028b24afbb11106ee60eaaa855827201dc2760
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 22 20:44:54 2021 -0500

    Remove failed attempt at test class name logging
---
 src/test/java/net/shibboleth/idp/test/TestNameLogger.java | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/test/TestNameLogger.java b/src/test/java/net/shibboleth/idp/test/TestNameLogger.java
index c16769f..426b0be 100644
--- a/src/test/java/net/shibboleth/idp/test/TestNameLogger.java
+++ b/src/test/java/net/shibboleth/idp/test/TestNameLogger.java
@@ -34,18 +34,6 @@ public class TestNameLogger implements ITestListener {
     @Nonnull
     private final Logger log = LoggerFactory.getLogger(TestNameLogger.class);
 
-    /** {@inheritDoc} */
-    public void onStart(ITestContext context) {
-        ITestListener.super.onStart(context);
-        log.info("Test start class {}", context.getAllTestMethods()[0].getTestClass().getName());
-    }
-
-    /** {@inheritDoc} */
-    public void onFinish(ITestContext context) {
-        ITestListener.super.onFinish(context);
-        log.info("Test finish class {}", context.getAllTestMethods()[0].getTestClass().getName());
-    }
-
     /** {@inheritDoc} */
     public void onTestStart(ITestResult result) {
         ITestListener.super.onTestStart(result);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list