You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/11/28 02:20:02 UTC

[GitHub] [incubator-teaclave-java-tee-sdk] superajun-wsj commented on a diff in pull request #8: Set pccs_url for remote attestation

superajun-wsj commented on code in PR #8:
URL: https://github.com/apache/incubator-teaclave-java-tee-sdk/pull/8#discussion_r1033068247


##########
test/host/src/main/java/org/apache/teaclave/javasdk/test/host/TestEnclaveAES.java:
##########
@@ -22,13 +22,21 @@
 import org.apache.teaclave.javasdk.host.EnclaveType;
 import org.apache.teaclave.javasdk.test.common.AESSealedTest;
 import org.apache.teaclave.javasdk.test.common.AESService;
+import org.junit.After;
+import org.junit.Before;
 import org.junit.Test;
 
 import java.util.Iterator;
 
 import static org.junit.jupiter.api.Assertions.*;
 
 public class TestEnclaveAES {
+    @Before
+    public final void before() { System.out.println("enter test case: " + this.getClass().getName()); }

Review Comment:
   Because we run these test cases with JUnitCore, it's a silent mode, we need to add the log for every case for details.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org