Skip to content

Source code of examples in Test-Driven Development by Kent Beck

Notifications You must be signed in to change notification settings

vnqthai/tdd-kentbeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code of examples in Test-Driven Development by Kent Beck

Setup

Install Java

Download Java Development Kit from here

Install Java Development Kit: follow instructions here

Verify

Run these commands to verify if Java is installed successfully:

java -version
javac -version

How to run

javac -cp .:./lib/* **/*.java && java -cp .:./lib/* org.junit.runner.JUnitCore test.<TestClass>

About

Source code of examples in Test-Driven Development by Kent Beck

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages