Author: rmannibucau
Date: Tue Sep  4 20:41:33 2018
New Revision: 1840065

URL: http://svn.apache.org/viewvc?rev=1840065&view=rev
Log:
MEECROWAVE-141 doc update for afterfirstinjection/afterlasttest

Modified:
    
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/testing/index.adoc

Modified: 
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/testing/index.adoc
URL: 
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/testing/index.adoc?rev=1840065&r1=1840064&r2=1840065&view=diff
==============================================================================
--- 
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/testing/index.adoc
 (original)
+++ 
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/testing/index.adoc
 Tue Sep  4 20:41:33 2018
@@ -104,6 +104,10 @@ public class MeecrowaveConfigTest {
 }
 ----
 
+TIP: JUnit 5 integration provides an `@AfterFirstInjection` method and 
`@AfterLastTest`
+which can be used to setup/reset some environment using injections once for a 
set of test methods.
+The methods must not have any parameter.
+
 == Arquillian Container
 
 Container dependency:


Reply via email to