Skip to content

inevs/first-principles-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is an example for teaching principles for good unit tests.

The branches of this repo contain different stages of the example.

  • master contains examples of bad tests. They are not unit tests.
  • beispielloesungen contains suggestions for fixing some of those. For some of the examples, I have included alternative solutions.

Start hacking

Run all tests with ./gradlew (*nix) or gradlew.bat (Windows)

Create project files with ./gradlew eclipse or ./gradlew idea

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%