Skip to content

Engineering Training Session - Unit Testing & Pairing

Notifications You must be signed in to change notification settings

Intelliware/unit-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing

Plan

  • Unit Testing Basics (& antipatterns) (20min)
    • Arrange Act Assert
    • Test one thing
    • Don't repeat yourself
    • Overtesting

git clone ...

  • Mocking dependencies (20min)
    • normal mocking
    • Setting mock behaviour on void methods

git checkout roman-numerals

  • Pairing (driver / navigator roles) (60min)
    • TDD Ping Pong Decoding Roman Numerals

About

Engineering Training Session - Unit Testing & Pairing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages