Skip to content

tlheen/unit-testing-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Step by step - how to

Pre steps:
1) git config --global user.name "Terje Heen"
2) git config --global user.email. [email protected]

How did I create a new repository at GitHub?
1) mkdir unit-testing-workshop
2) cd unit-testing-workshop
3) git init
4) touch README
5) git add README
6) git commit -m 'first commit'
7) git remote add origin [email protected]:tlheen/unit-testing-workshop
8) git push -u origin master

How did I create a new Maven project?
1) mvn archetype:generate

How did I set ut project in Eclipse?
1) Import project as Git-project by EGit
2) Convert project to maven-project
3) Add dependencies for JUnit 4, Mockito, Hamcrest and Fest-assert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published