/matchers-presentation

Beyond JUnit -- Testing With Hamcrest Matchers

Primary LanguageJavaThe UnlicenseUnlicense

This is the presentation I gave at Clearwater Analytics for DevCon 2017.

Viewing The Presentation

This presentation is written in Markdown format and is intended to be presented using the reveal-md tool.

Installation

$ npm install -g reveal-md

Usage

You can start up the reveal-md Web server and start presenting with the following command.

$ cd presentation
$ reveal-md slides.md --css style.css

Alternatively, you can also export the presentation to a PDF file like this.

$ cd presentation
$ reveal-md slides.md --css style.css --print slides.pdf

Bibliography

Here is a selection of reading materials which helped shape my approach to testing and this presentation.