Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

JUnit

A set of Java classes and their tests.

Tests and their classes

  • MyMathTest, MyMathTest_ReverseNumber_Parametrized (or MyMathSuite for both classes)--> MyMath.
  • MyFileUtilitiesTest --> MyFileUtilities.
  • MyArrayOperationsTest --> MyArrayOperations.