forked from arquillian/arquillian-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
50 lines (32 loc) · 1.42 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Arquillian
Test in the container!
What is it?
============
Arquillian is testing framework, developed at JBoss.org, that empowers
developers to write integration tests for business objects that are executed
inside of an embedded or remote container--options include a servlet
container, a Java EE application server or a Java SE CDI environment.
Contents of distribution
========================
doc/
API docs and reference guide. Open doc/en-US/html/index.html in your
browser for instructions on how to get started using Arquillian.
demo/
The Arquillian JUnit examples. The examples are described in more detail in the
reference guide
demo-testng/
The Arquillian TestNG examples. The examples are described in more detail in the
reference guide
finish me...
Licensing
=========
This distribution, as a whole, is licensed under the terms of the Apache
License, Version 2.0 (see apl.txt).
Arquillian URLs
===============
User Forums & Wiki: http://community.jboss.org/community/arquillian
Development Forums & Wiki: http://community.jboss.org/community/arquillian/dev
Source Code: http://anonsvn.jboss.org/repos/common/arquillian/trunk
Issue Tracker: https://jira.jboss.org/jira/browse/ARQ
TODO Add link to project page, API docs and reference guide when ready
vim:et:ts=3:sw=3:tw=78