Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 534 Bytes

README.asciidoc

File metadata and controls

19 lines (14 loc) · 534 Bytes

Simple Arquillian HelloWorld example

Example is configured to use the Arquillian Chameleon adapter to start a WildFly 9.0.0.Final Managed container during testing.

The example contain a simple CDI service under test showing the complete lifecycle of Arquillian;

  • container start

  • deploy

  • test

  • undeploy

  • container stop