Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
IntelliJ IDEA - Writing Tests with Spock
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Creating a Project for Spock
- 3 - Setting up the Dependencies
- 4 - A Simple Assertion
- 5 - Given, When and Then
- 6 - Groovy Tips for Java Developers
- 7 - Label Flexibility
- 8 - Spock Plugin
- 9 - Expecting Exceptions
- 10 - Data Pipes
- 11 - Data Tables
- 12 - Mocks
- 13 - Stubs
- 14 - Helper Methods
- 15 - with
- 16 - verifyAll
- 17 - Setup and Teardown
- 18 - Specifications as Documentation
- 19 - Conclusion and More Information