fluent interface
Bad Tests, Good Tests - new book available!
Submitted by Tomek Kaczanowski on Mon, 12/16/2013 - 16:35I'm happy to announce the arrival of my new book! :) It is called "Bad Tests, Good Tests" and is all about writing high-quality tests.
Testing with Fluent APIs
Submitted by Tomek Kaczanowski on Wed, 06/26/2013 - 19:21The more tests I write, the more love I feel towards fluent interfaces :) I hope to write someday soon more about Test Data Builders and FEST assertions, but for now only a short list of useful fluent APIs that can help you write nice(r) tests:
- FEST Fluent Assertions Module - for those who prefer
assertThat
overassertEquals
First API, then GUI
Submitted by Tomek Kaczanowski on Tue, 08/07/2012 - 20:21This post is a dump of my "stream of conscious" (or to put it differently - my emotional mumblings) about the way we waste our time writing clickable GUI tools to run testing scenarios so we can verify the correctness of the software we write.
Creating Directories With Fluent Interface
Submitted by Tomek Kaczanowski on Wed, 02/08/2012 - 10:10A short story about refactoring of a simple utility method - from boolean parameters to the fluent interface. All in the name of making the API perfect. :)
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.
