Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Mock-Framework

+1

 

IMHO, Mockito is superior to EasyMock in all aspects, so the direction is definitely right. And it would of course improve the code base if not two different libraries are used for the same task.

 

Regards

Tobias

 

 

From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of SCHREIBER.Martin
Sent: Mittwoch, 4. Februar 2015 08:25
To: Tycho developers list
Subject: [tycho-dev] Mock-Framework

 

Hi,

 

As you may know, Tycho unit tests uses 2 different mock frameworks (mockito and easymock).

Easymock is used by the tycho-surefire plugin, mockito by others.

 

What do you think about converting the Tycho surefire tests from easymock to mockito so that only one mock framework is used within Tycho?

I know it might not be a high priority task, but still..

 

-martin


Back to the top