Closed rolandweber closed 3 years ago
Use JMockit to stub objects in unit tests.
Test candidate for first use: pityoulish.sockets.server.RequestHandlerImpl. It expects three different helper objects. The logic in the class is about calling these helpers in the correct order, feeding the output from one as input to the next.
pityoulish.sockets.server.RequestHandlerImpl
Won't be implemented with the current Message Board.
Use JMockit to stub objects in unit tests.
Test candidate for first use:
pityoulish.sockets.server.RequestHandlerImpl
. It expects three different helper objects. The logic in the class is about calling these helpers in the correct order, feeding the output from one as input to the next.