Open tripleo1 opened 2 years ago
Don’t be afraid of breaking the build
Find a testing framework
JUnit and
Mockito/Easymock work well enough
but I feel like there’s more to life…
The point, though, is to know when “it works”
main and mainline should always be "green", even if they don't have the latest functionality.
main
mainline
I also think the mocking thing may be too much at this point.
It was nice to learn (a little bit of it), but if you can test with base JUnit, then your code is too complicated.
JUnit
See Boilerplate.java
Don’t be afraid of breaking the build
Find a testing framework
JUnit and
Mockito/Easymock work well enough
but I feel like there’s more to life…
The point, though, is to know when “it works”