Commit Graph

251 Commits

Author SHA1 Message Date
Christian Rösch 74354e88a8 Add example for different component lookup methods. 2014-08-16 17:56:28 +02:00
Christian Rösch e2e2f6388b Make frame abstract to avoid direct instantiation. 2014-08-16 17:56:28 +02:00
Christian Rösch 9cfb979405 Add example for finding ok button via JButtonMatcher. 2014-08-16 17:56:28 +02:00
Christian Rösch cf043a6b20 Make sure non-existing tests are deleted. 2014-08-16 17:56:27 +02:00
Christian Rösch 7bc352bffd Add example for finding ok button. 2014-08-16 17:56:27 +02:00
Joel Costigliola 30be2575d1 Clean up code 2014-08-11 22:36:07 +12:00
Joel Costigliola 913cc26aea Update README.md after creating with-latest-assertj-guava-snapshot branch 2014-08-03 16:47:26 +12:00
Joel Costigliola 759853efcd Add Guava Range assertion examples. 2014-08-03 16:47:26 +12:00
Joel Costigliola 91cc2885d0 Add Guava Table assertion examples. 2014-08-03 16:47:16 +12:00
Joel Costigliola 8937d86c18 Use assertj-guava 1.2.0 and guava 17.0 2014-08-03 16:25:44 +12:00
Christian Rösch ba2a8ff13b Introduce an extra branch for unreleased Swing features.
Previously `with-latest-snapshot-versions` was supposed to contain
examples for unreleased features of all AssertJ modules. Since at least
Core and Swing modules are not released in parallel, it's hard to merge
that branch to master when either Core or Swing module would be
released. Either way the master would contain examples for unreleased
features for the other module.

Therefore it might be a good idea to use several branches for tracking
the examples for new features for the different modules. Currently
`with-latest-swing-snapshot` has been added for the Swing module.
2014-08-02 16:12:14 +02:00
Christian Rösch 8f537f66dc Use latest assertj-swing release (1.0.0). 2014-08-02 15:42:34 +02:00
Christian Rösch d205b3827d Merge pull request #13 from mperrando/patch-1
Fixed broken link.
2014-03-30 22:30:11 +02:00
marco 124b2fdf0f Fixed broken link. 2014-03-30 19:58:44 +02:00
Joel Costigliola bf51195ac3 set the stable version for core 1.6.0 assertions 2014-03-15 21:28:56 +01:00
Joel Costigliola e351c28f74 use assertj-core 1.6.0 + minor additions 2014-03-15 21:16:00 +01:00
Jean-Christophe GAY 4bbdcfebf4 Add examples for FileAssert#hasParent, #hasName, #hasExtension. 2014-03-06 18:10:39 +01:00
Jean-Christophe GAY c50af46ba8 Add jEnv configuration to .gitignore. 2014-03-06 17:58:51 +01:00
croesch 79ca2ba2db Add examples from >Getting started< section from the website. 2014-03-02 20:45:29 +01:00
croesch 7c63f762f9 Add script to create TestNG tests automatically. 2014-03-02 20:00:09 +01:00
croesch 28d94d46b7 Adapt test cases to renaming of base test cases from FEST* to AssertJ*. 2014-02-22 22:25:12 +01:00
Christian Rösch 6f23dea61b Add information about AssertJ-Swing. 2014-02-22 21:17:29 +01:00
croesch 50de57c7b9 Add first example - how to start an application. 2014-02-22 21:05:44 +01:00
croesch 4abc2b9185 Add stub for assertj-swing examples. 2014-02-22 21:05:11 +01:00
croesch 53a3b44d7a Add IDE stuff to gitignore. 2014-02-22 16:25:36 +01:00
Joel Costigliola ac1554a975 update README.md 2014-02-20 00:13:48 +01:00
Joel Costigliola 1387a6177b update README.md 2014-02-20 00:10:38 +01:00
Joel Costigliola 1512dd0d2e adapt code for assertj-core 1.5.0 instead of latest 1.6.0 SNAPSHOT 2014-02-20 00:01:34 +01:00
Joel Costigliola 322becc9a0 move to assertions-examples to make room for assertj-swing examples directories 2014-02-19 23:40:01 +01:00
Joel Costigliola 3f00ee1a3d Examples of date assertions with user custom date formats 2014-02-19 23:34:20 +01:00
Joel Costigliola 881ef33d08 example of how users to simply wrap their custom asserts with our assertThat() method 2014-02-16 14:42:25 +01:00
Joel Costigliola f17a690283 add examples for isCloseTo assertion for float, double and BigDecimal 2014-02-13 14:41:23 +01:00
Joel Costigliola e414d689e9 add BDD assertion example 2014-02-13 14:41:16 +01:00
Joel Costigliola a66a3bfa0f JUnitSoftAssertions examples 2014-02-13 14:41:16 +01:00
Joel Costigliola dbcd7aef1c Date assertion example : isInThePast 2014-02-11 15:01:08 +01:00
Joel Costigliola 2aeec210c1 custom soft assertions example 2014-02-11 15:01:08 +01:00
Joel Costigliola b465e0f74e add hasSameSizeAs example with Strings 2014-02-05 14:44:13 +01:00
Michal Bareja 1739c30319 added examples for private fields extraction from iterable 2014-02-02 00:44:36 +01:00
Joel Costigliola 95af71b5b0 add inUnicode example with char[] 2014-02-01 17:09:57 +01:00
Joel Costigliola 74207d1a46 Fix code after renaming asHexadecimal -> inHexadecimal, asBinary -> inBinary and asUnicode -> inUnicode 2014-02-01 17:09:57 +01:00
Florent Biville 1901652112 Merge branch 'master' of github.com:joel-costigliola/assertj-examples 2014-01-28 05:31:23 +01:00
Florent Biville 1aa6729a78 Update assertion name. 2014-01-28 05:31:09 +01:00
Joel Costigliola 2bbf69df24 add examples of error messages using binary, unicode and hexadecimal representation 2014-01-26 23:01:56 +01:00
Joel Costigliola 455baf514f test assertions conversion with sub packages 2014-01-26 23:01:56 +01:00
Florent Biville b76d3d2203 Introduce example of rowContainsColumns. 2014-01-26 04:32:45 +01:00
Florent Biville 67eb2db98d Reformat. 2014-01-26 04:32:45 +01:00
Florent Biville 9c67156f50 Add newly introduced ExecutionResultAssert example 2014-01-24 13:41:04 +01:00
Florent Biville a68a2ed45c Use AssertJ-Neo4j snapshot. 2014-01-24 13:37:51 +01:00
Joel Costigliola 81706da89b add test using JUnit assertions to check the migration scripts from JUnit to AssertJ assertions 2014-01-21 13:22:19 +01:00
Joel Costigliola 21a11ba7ab Use assertj-neo4j 1.0.0 and minor examples improvements 2014-01-08 14:19:15 +01:00