Arquillian Non Deploying Container

A fake container that tests against already deployed archive but supports URI/URL injection

License

License

Categories

Categories

JBoss Container Application Servers Arquillian Application Testing & Monitoring
GroupId

GroupId

org.jboss.aerogear.test.arquillian
ArtifactId

ArtifactId

arquillian-non-deploying-container
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Arquillian Non Deploying Container
A fake container that tests against already deployed archive but supports URI/URL injection
Project URL

Project URL

http://www.jboss.org/arquillian-non-deploying-container
Project Organization

Project Organization

JBoss by Red Hat

Download arquillian-non-deploying-container

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.aerogear.test.arquillian/arquillian-non-deploying-container/ -->
<dependency>
    <groupId>org.jboss.aerogear.test.arquillian</groupId>
    <artifactId>arquillian-non-deploying-container</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.aerogear.test.arquillian/arquillian-non-deploying-container/
implementation 'org.jboss.aerogear.test.arquillian:arquillian-non-deploying-container:0.4.0'
// https://jarcasting.com/artifacts/org.jboss.aerogear.test.arquillian/arquillian-non-deploying-container/
implementation ("org.jboss.aerogear.test.arquillian:arquillian-non-deploying-container:0.4.0")
'org.jboss.aerogear.test.arquillian:arquillian-non-deploying-container:jar:0.4.0'
<dependency org="org.jboss.aerogear.test.arquillian" name="arquillian-non-deploying-container" rev="0.4.0">
  <artifact name="arquillian-non-deploying-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.aerogear.test.arquillian', module='arquillian-non-deploying-container', version='0.4.0')
)
libraryDependencies += "org.jboss.aerogear.test.arquillian" % "arquillian-non-deploying-container" % "0.4.0"
[org.jboss.aerogear.test.arquillian/arquillian-non-deploying-container "0.4.0"]

Dependencies

compile (11)

Group / Artifact Type Version
org.jboss.aerogear.test.arquillian : arquillian-non-deploying-container-checks-impl jar 0.4.0
org.jboss.arquillian.container : arquillian-container-spi jar
org.jboss.arquillian.container : arquillian-container-test-spi jar
org.jboss.arquillian.protocol : arquillian-protocol-servlet jar
org.jboss.arquillian.testenricher : arquillian-testenricher-cdi jar
org.jboss.arquillian.testenricher : arquillian-testenricher-ejb jar
org.jboss.arquillian.testenricher : arquillian-testenricher-resource jar
org.jboss.arquillian.testenricher : arquillian-testenricher-initialcontext jar
org.jboss.arquillian.container : arquillian-container-test-api jar
org.arquillian.spacelift : arquillian-spacelift jar 1.0.0.Alpha6
org.json : json jar 20140107

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Deprecation Notice

This repository has been deprecated and is not being maintained. If you have any questions, please get in touch with the collaborators.

Aerogear Testing Tooling Build Status

This repository contains various tools used to test Aerogear project.

Arquillian OpenShift Non Deploying Container

This is an Arquillian container that does not deploy anything but uses container configuration to return deployment URL. You can use this container to easily switch between functional tests that test local deployment and functional tests that test same deployment already available on OpenShift cartridge

Arquillian Rule

This is an Arquillian extension that bring enhanced support of JUnit MethodRule to Arquillian. Following

  • Rule attributes are injected by Arquillian

  • Rule is executed as around invoke of Test execution. This means after last Before and before first After. This allows Rule to access the some context as test itself

  • Rule is injected by @ArquillianRule, being completely ignored from JUnit point of view

Rule is always method based. However, if made static and with internal flag, it can be force to run once per class as well.

Arquillian Smart URL

This is an Arquillian extension that allows to change injected URL via @ArquillianResource to a different protocol. This comes handy if you want for instance test against https, as Arquillian always return http.

Unified Push Server Cartridge CLI

This is a command line tool that allows to create and control UPS. Is is able to:

  • create an OpenShift cartridge, based on github organization, repository, commit (branch)

  • add sample data to UPS (Push Application, Variants, Installations)

  • delete all data on UPS

  • dump selected data, so they can be used for instance to configure mobile application

  • batch creation of push applications, variants and installations (in thousands) by one command via custom UPS endpoints

Spacelift JBoss instance manager

By this artifact, you can start and stop JBoss instances programmatically via Spacelift tooling and use jboss-cli scripts via Spacelift as well. Please See README in that project itself.

org.jboss.aerogear.test.arquillian

AeroGear

Modern App Dev begins here - RealTime GraphQL and Push

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0