Examples illustrating AssertJ assertions
Go to file
Christian Rösch 74354e88a8 Add example for different component lookup methods. 2014-08-16 17:56:28 +02:00
assertions-examples Clean up code 2014-08-11 22:36:07 +12:00
assertj-swing-aut Add example for different component lookup methods. 2014-08-16 17:56:28 +02:00
assertj-swing-junit-examples Add example for different component lookup methods. 2014-08-16 17:56:28 +02:00
assertj-swing-testng-examples Add example for different component lookup methods. 2014-08-16 17:56:28 +02:00
src/test/java/org/assertj/examples Clean up code 2014-08-11 22:36:07 +12:00
.gitignore Add jEnv configuration to .gitignore. 2014-03-06 17:58:51 +01:00
README.md Update README.md after creating with-latest-assertj-guava-snapshot branch 2014-08-03 16:47:26 +12:00

README.md

AssertJ examples

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

There are several branches that contain examples for the ongoing development versions of AssertJ modules. That means you have to build the according AssertJ modules by your own before new features compile. The following table contains these special branches that are merged into the master each time the module is released.

Branch Modules
with-latest-snapshot-versions Core + all modules without specific branch
with-latest-assert-guava-snapshot Latest unreleased Guava assertions
with-latest-swing-snapshot Swing

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 !