quincy / matchers-presentation

Beyond JUnit -- Testing With Hamcrest Matchers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Beyond JUnit -- Testing With Hamcrest Matchers

License:The Unlicense


Languages

Language:Java 99.7%Language:CSS 0.3%