Skip to content

CMU-17-214/s23-rec10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recitation 10 - Testing in Real World

This recitations covers introduction to test doubles, how to use them, as well as exercises to help you get familiar with them.

Run following commands to get started.

mvn install
mvn test

You might notice the tests are taking very long to run, think about how to modify the tests using test doubles to improve test performance.

About

Recitation 10 on fakes, stubs and mocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages