arquillian / arquillian-core

Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.
http://arquillian.org
Apache License 2.0
366 stars 196 forks source link
integration-testing java jvm test-automation testing

= Arquillian - So you can rule your code. Not the bugs. :asciidoctor-source: https://raw.githubusercontent.com/arquillian/arquillian-core/master/docs :numbered: :sectlink: :sectanchors: :sectid: :source-language: java :source-highlighter: coderay :sectnums: :icons: font :toc: left

image:https://travis-ci.org/arquillian/arquillian-core.svg?branch=master["Build Status", link="https://travis-ci.org/arquillian/arquillian-core"]

ifndef::generated-doc[] To read complete documentation visit https://arquillian.org/arquillian-core/ endif::generated-doc[]

Arquillian is an innovative and highly extensible testing platform for the JVM that enables developers to easily create automated integration, functional and acceptance tests for Java middleware.

== Arquillian makes integration testing a breeze!

Picking up where unit tests leave off, Arquillian handles all the plumbing of container management, deployment and framework initialization so you can focus on the task at hand, writing your tests. Real tests. In short…

Arquillian brings the test to the runtime so you don’t have to manage the runtime from the test (or the build). Arquillian eliminates this burden by covering all aspects of test execution, which entails:

To avoid introducing unnecessary complexity into the developer’s build environment, Arquillian integrates seamlessly with familiar testing frameworks (e.g., JUnit 4, JUnit 5, TestNG 5), allowing tests to be launched using existing IDE, Ant and Maven test plugins — without any add-ons.

ifdef::generated-doc[] == Guide

include::{asciidoctor-source}/introduction.adoc[] include::{asciidoctor-source}/getting-started.adoc[] include::{asciidoctor-source}/deployment-archives.adoc[] include::{asciidoctor-source}/containers.adoc[] include::{asciidoctor-source}/test-enrichers.adoc[] include::{asciidoctor-source}/rules.adoc[] include::{asciidoctor-source}/additional-features.adoc[] include::{asciidoctor-source}/protocols.adoc[] include::{asciidoctor-source}/build-integration.adoc[] include::{asciidoctor-source}/advanced-topics.adoc[] endif::generated-doc[]

== Useful URLs