Open-Up / workshop-ifi-27-07-2018

Guiding IFI students on their way to their first free software contributions....
0 stars 3 forks source link

Migrate IMAP tests to Mockito library: SearchProcessorTest #15

Open chibenwa opened 5 years ago

chibenwa commented 5 years ago

We do use mocks in order to test IMAP related classes.

The newer classes use Mockito for this, which is more flexible.

However SearchProcessorTest uses JMock.

This ticket proposes to rewrite these tests with Mockito.

See https://issues.apache.org/jira/browse/PROTOCOLS-119

Bennio commented 5 years ago

moi (Bendy) et Barry allons travailler sur ce ticket!