This repository contains the code examples and exercises of our Software Testing: From Theory to Practice book.
Packages are related to the chapters of the book:
tudelft.intro
: introduction to JUnittudelft.domain
: specification-based testing, boundary testing, domain testing.tudelft.structural
: structural testingtudelft.model
: model-based testingtudelft.dbc
: design-by-contractstudelft.pbt
: property-based testingtudelft.mocks
: mock objectstudelft.testability
: Design for testabilitytudelft.smell
: Test code qualitytudelft.todo
: Exercises that we still want to add somewhere in the book.
Check the license of the book. The same one applies here.