Skip to content

jordianguela/kata-print-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Be able to test printCurrentDate function.

Code to test

public void printCurrentDate() { System.out.println(new Date()); }

Learnings

How to manually build a Stub and a Mock.

How to use Mockito to generate the doubles.

About

Kata print-date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages