IntelliJ IDEA 2017.1 Help

Arquillian Containers

Specify the containers for running your Arquillian tests.

Toolbar

IconDescription
/help/img/idea/2017.1/new.png Add a container configuration. Select one of the following:
  • Manual container configuration. Select this option to configure a managed or remote container. You can also use this option to configure an embedded container if the container of interest is not present in the Embedded list.

    Use /help/img/idea/2017.1/add.png, /help/img/idea/2017.1/delete.png and /help/img/idea/2017.1/edit1.png in the Dependencies section to specify the container implementation.

  • Embedded. Select this option to use an embedded container. Then select the container of interest.

    Use /help/img/idea/2017.1/edit1.png in the Dependencies section to fine-tune the container configuration.

/help/img/idea/2017.1/delete.pngRemove the selected container configurations.

Container settings

ItemDescription
Name The name of the container configuration.
Arquillian container For an embedded container: a link to a web page for the corresponding container adapter Maven artifact.
Dependencies The container adapter implementation represented by a Maven artifact or IntelliJ IDEA library.

/help/img/idea/2017.1/new.png Add a Maven artifact or IntelliJ IDEA library.

/help/img/idea/2017.1/delete.png Remove the selected items from the list.

/help/img/idea/2017.1/edit1.png Edit the settings for the selected item. Depending on the container, you can change the adapter version or choose to download the container source code and documentation.

VM options Options and arguments to be passed to the JVM in which the container runs.

When specifying the options, follow these rules:

  • Use spaces to separate individual options, for example, -client -ea -Xmx1024m.
  • If an option includes spaces, enclose the spaces or the argument that contains the spaces in double quotes, for example, some" "arg or "some arg".
  • If an option includes double quotes (e.g. as part of the argument), escape the double quotes by means of the backslashes, for example, -Dmy.prop=\"quoted_value\".
Environment variables The environment variables to be passed to the corresponding JVM.

See Also

Last modified: 18 July 2017