Subversion Repositories eFlore/Applications.del

Rev

Rev 959 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 959 Rev 1197
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
import com.google.gwt.user.client.ui.HasWidgets;
9
import com.google.gwt.user.client.ui.HasWidgets;
Line 10... Line 10...
10
 
10
 
11
public class MoteurRechercheImagePresenteurTest {
11
public class MoteurRechercheImagePresenteurTest {
12
 
12
 
Line 13... Line 13...
13
	MoteurRechercheImagePresenteur moteurRecherchePresenteur;
13
	MoteurPictofloraPresenteur moteurRecherchePresenteur;
14
	MoteurRechercheImagePresenteur.Vue moteurRechercheVue;
14
	MoteurRechercheImagePresenteur.MoteurPictofloraPresenteur moteurRechercheVue;
15
	HasWidgets container;
15
	HasWidgets container;
16
 
16
 
17
	@Before
17
	@Before
Line 18... Line 18...
18
	public void setUp() {
18
	public void setUp() {
19
		moteurRechercheVue = Mockito.mock(MoteurRechercheImagePresenteur.Vue.class, Mockito.RETURNS_MOCKS);
19
		moteurRechercheVue = Mockito.mock(MoteurPictofloraPresenteur.Vue.class, Mockito.RETURNS_MOCKS);
Line 20... Line 20...
20
		ProtocoleService protocoleService = Mockito.mock(ProtocoleService.class);
20
		ProtocoleService protocoleService = Mockito.mock(ProtocoleService.class);