Closed nicobao closed 4 years ago
Make JUnit tests first, and then write their corresponding implementations. Write the API you expect the user will use in the tests first. And then make the tests pass (Test Driven Development).
Code covered by JUnit tests.
Make JUnit tests first, and then write their corresponding implementations. Write the API you expect the user will use in the tests first. And then make the tests pass (Test Driven Development).