SlideShare a Scribd company logo
Cork Software Crafters
Wri a l
un s
Mak
te p
Ref r
Wri a l
un s
Mak
te p
Ref r
Wri a l
ac t e t
Outside-in TDD with Test Doubles
Sale
+ scan(barcode: String)
Lcd2x16Display
+ showLine(line: String)
Sale
+ scan(barcode: String)
<<interface>>
Display
+ showLine(line: String)
Lcd2x16Display
+ showLine(line: String)
Outside-in TDD with Test Doubles
Sale
+ scan(barcode: String)
<<interface>>
Display
+ showLine(line: String)
Lcd2x16Display
+ showLine(line: String)
SpyDisplay
- lastLine: String
+ showLine(line: String)
+ getLastLine(): String
Outside-in TDD with Test Doubles
Outside-in TDD with Test Doubles
Outside-in TDD with Test Doubles
●
●
●
●
●
Stub vs Spy vs Mock
●
●
●
●
●
●
○
○
○
Outside-in TDD with Test Doubles
Outside-in TDD with Test Doubles
●
●
●
●
●
●

More Related Content

PDF
Consumer-Driven Contract Testing - Workshop - January 2021
PDF
User story slicing exercise
PDF
CI/CD non-breaking changes exercise - Cork Software Crafters - February 2020
PDF
Breaking Dependencies Legacy Code - Cork Software Crafters - September 2019
PDF
Legacy Code and Refactoring Workshop - Session 1 - October 2019
PDF
Approval Testing & Mutation Testing - Cork Software Crafters - June 2019
PDF
TDD and Simple Design Workshop - Session 1 - March 2019
PDF
TDD and Simple Design Workshop - Session 1 - November 2018
Consumer-Driven Contract Testing - Workshop - January 2021
User story slicing exercise
CI/CD non-breaking changes exercise - Cork Software Crafters - February 2020
Breaking Dependencies Legacy Code - Cork Software Crafters - September 2019
Legacy Code and Refactoring Workshop - Session 1 - October 2019
Approval Testing & Mutation Testing - Cork Software Crafters - June 2019
TDD and Simple Design Workshop - Session 1 - March 2019
TDD and Simple Design Workshop - Session 1 - November 2018

More from Paulo Clavijo (7)

PDF
Angular and Redux
PDF
DDD Strategic Design - Context Maps - Paulo Clavijo - April 2018
PDF
Consumer-Driven Contract Testing
PDF
ATDD - Desarrollo Dirigido por Test de Aceptación
PDF
Tests Unitarios con JUnit 4
PDF
Gestión de Cambios de BBDD con LiquiBase
PDF
Introducción a Spring Roo
Angular and Redux
DDD Strategic Design - Context Maps - Paulo Clavijo - April 2018
Consumer-Driven Contract Testing
ATDD - Desarrollo Dirigido por Test de Aceptación
Tests Unitarios con JUnit 4
Gestión de Cambios de BBDD con LiquiBase
Introducción a Spring Roo
Ad

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Modernizing your data center with Dell and AMD
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Empathic Computing: Creating Shared Understanding
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
Teaching material agriculture food technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Per capita expenditure prediction using model stacking based on satellite ima...
Modernizing your data center with Dell and AMD
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Empathic Computing: Creating Shared Understanding
MYSQL Presentation for SQL database connectivity
Chapter 3 Spatial Domain Image Processing.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Diabetes mellitus diagnosis method based random forest with bat algorithm
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Network Security Unit 5.pdf for BCA BBA.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Understanding_Digital_Forensics_Presentation.pptx
Ad

Outside-in TDD with Test Doubles