The Fixie testing framework differs from other testing frameworks in that it is based on conventions. This means we can write test classes and test methods without needing to repeatedly apply attributes, as with other testing frameworks. Fixie comes with a set of default conventions to get up and running quickly and also allows the creation of custom convention to control test discovery, test execution, and the creation of data driven tests.
Overview
The Fixie testing framework differs from other testing frameworks in that it is based on conventions. This means we can write test classes and test methods without needing to repeatedly apply attributes, as with other testing frameworks. Fixie comes with a set of default conventions to get up and running quickly and also allows the creation of custom convention to control test discovery, test execution, and the creation of data driven tests.
Syllabus
- Introducing Fixie 18mins
- Writing Tests and Asserting Values 36mins
- Creating Custom Conventions 48mins
- Data Driven Tests Using Custom Conventions 34mins
Taught by
Jason Roberts