vigojug / developer-vago-1-unit-testing

Obradoiro Unit Testing VigoJUG

Home Page:http://vigojug.github.io/developer-vago-1-unit-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides

This is the source for my slides. The content is rendered using Gradle and published in the gh-pages branch to make slides available on-line.

Build

./gradlew clean asciidoctor

If you want to have it updated with changes in real-time:

./gradlew -t asciidoctor

To run it locally:

./gradlew liveReload

and open http://localhost:35729 with your browser. It should refresh with any change.

Deploy

To publish it:

./gradlew publishGhPages

(make sure you've previosly created the gh-pages branch, the content doesn't matter)

Credits

This presentation is heavily influenced by the Melix slides. The good things you can find here are developed by him, except errors and bugs which are mine.

About

Obradoiro Unit Testing VigoJUG

http://vigojug.github.io/developer-vago-1-unit-testing/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Java 61.6%Language:Groovy 30.7%Language:HTML 7.7%