Technolords / microservice-mock

A webservice to mock other web services, suitable for testing, for performance or regular. Optionally add delay or error codes. (latest release: 1.6.0)
MIT License
14 stars 7 forks source link

Homework: Review on the StatsCommandTest class #26

Closed Sandilya1795 closed 8 years ago

Sandilya1795 commented 8 years ago

Mike, As discussed, CommandManager method "executeCommand" is not invoked when test is executed thereby resulting in Assertion Failure.

Technolords commented 8 years ago

@SrideviJava I've pushed a fix :)

Technolords commented 8 years ago

Updated the other test as well. I think you can see both tests share some of the same code.... time to put them into a separate class, like RouteTestSupport which extends the other TestSupport. See what I am getting at?