Skip to content

quincy/matchers-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published