Portable in-container testing with Arquillian
Abstract
This talk demonstrates Arquillian, an extension for TestNG and JUnit that packages groups of tests inside Java EE archives, then individually deploys and executes them inside a container. With a fluent API provided by ShrinkWrap to define packaging, this extension can be used to validate the behavior of managed and enterprise beans or POJOs that use enterprise services just as easily as writing a unit test. Tests can be run from an IDE using either a standalone or pluggable, in-container environment.
Speaker
Peter Muir