telstra / open-kilda

OpenKilda is an open-source OpenFlow controller initially designed for use in a global network with high control-plane latency and a heavy emphasis on latency-centric data path optimisation.
Apache License 2.0
78 stars 53 forks source link

Adhere to only one mocking framework #861

Open sergii-iakovenko opened 6 years ago

sergii-iakovenko commented 6 years ago

Currently for testing purpose 2 different mocking frameworks are used: EasyMock in FL module and Mockito in the rest. This confuses developers and requires additional efforts on switching from one paradigm to another.

abochkarev commented 6 years ago

@sergii-iakovenko I absolutely agree. From my point of view Mockito is preferable. It has good documentation and plenty of examples.