Skip to content

LearnWithLlew/TestingFunctionalCodeKata.Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Functional Code Kata

This project contains some functional code, in the "TrigMath" class. For this Kata, your should write unit tests for these functions. You could add your test cases in "TrigMathTest".

You should use a code coverage tool (for example http://emma.sourceforge.net/) to help you to design test cases - your goal is 100% coverage.

You could also use an approval testing tool (for example http://approvaltests.com/)

Credits

This kata was designed by Llewellyn Falco

About

Simple Kata to learn to test existing functional code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages