Bonjour à tous,

Je ne comprend pas pourquoi cette erreur survient en utilisant Jmock :

jugez plutôt, voici ma définition d'expectations :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
myContext.checking(new Expectations() {{
 
			oneOf(rfocteDao).find(with(any(SDataSet.class)),with(any(String.class)),with(any(String.class)));
		}});
Chaqun de mes paramétres est bien défini selon un matcher ?