jmulford-bw / Java-V2-Messaging-SDK

0 stars 1 forks source link

reduce code duplication in tests #24

Open fuchsnj opened 5 years ago

fuchsnj commented 5 years ago

The tests setup mocks for every single unit test. This can be done once so you don't duplicate all those lines. It also makes the tests easier to read so you are only reading "new" code