Skip to content

Instantly share code, notes, and snippets.

View PiotrNowicki's full-sized avatar

Piotr Nowicki PiotrNowicki

View GitHub Profile
@RunWith(Arquillian.class)
public class BusinessLogicTest {
// without .addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml") Arquillian is not injecting the EJB here (its null).
@EJB
BusinessLogic bl;
@Deployment
public static JavaArchive createDeployment() {
return ShrinkWrap.create(JavaArchive.class)