Examples illustrating AssertJ assertions
Go to file
Joel Costigliola 675cbc9893 SC meetup demo 2014-03-24 18:59:13 +13:00
assertions-examples SC meetup demo 2014-03-24 18:59:13 +13:00
assertj-swing-aut Add examples from >Getting started< section from the website. 2014-03-02 20:45:29 +01:00
assertj-swing-junit-examples Add examples from >Getting started< section from the website. 2014-03-02 20:45:29 +01:00
assertj-swing-testng-examples Add examples from >Getting started< section from the website. 2014-03-02 20:45:29 +01:00
.gitignore Add jEnv configuration to .gitignore. 2014-03-06 17:58:51 +01:00
README.md Add information about AssertJ-Swing. 2014-02-22 21:17:29 +01:00

README.md

AssertJ examples

The master branch represents examples with the latest released version of AssertJ modules => you should be able to build it with mvn install command.

The with-latest-snapshot-versions branch represents examples with the on going development version (maven snapshot) => you must build the dependent snapshot version before.

AssertJ assertions examples

assertj-examples contains executable AssertJ assertions examples that you can run as JUnit tests. Please have a look at assertions examples sources.

AssertJ-Swing examples

assertj-swing-aut contains the AUT (application under test) that is tested by the examples.

assertj-swing-junit-examples contains executable AssertJ-Swing examples that you can inspect and run as JUnit tests. Please have a look at swing-junit-examples sources.

assertj-swing-testng-examples contains executable AssertJ-Swing examples that you can inspect and run as TestNG tests. Please have a look at swing-testng-examples sources.

Contributing

Contributing is easy, only two rules to follow :

Thanks !