| Line 6... |
Line 6... |
| 6 |
import org.tela_botanica.del.test.composants.pagination.PaginationPresenteurTest;
|
6 |
import org.tela_botanica.del.test.composants.pagination.PaginationPresenteurTest;
|
| 7 |
import org.tela_botanica.del.test.composants.votes.BarreRepartitionVotePresenteurTest;
|
7 |
import org.tela_botanica.del.test.composants.votes.BarreRepartitionVotePresenteurTest;
|
| 8 |
import org.tela_botanica.del.test.modeles.MoyenneVoteTest;
|
8 |
import org.tela_botanica.del.test.modeles.MoyenneVoteTest;
|
| 9 |
import org.tela_botanica.del.test.modeles.PropositionDeterminationTest;
|
9 |
import org.tela_botanica.del.test.modeles.PropositionDeterminationTest;
|
| 10 |
import org.tela_botanica.del.test.services.CalculVoteDeterminationServiceTest;
|
10 |
import org.tela_botanica.del.test.services.CalculVoteDeterminationServiceTest;
|
| 11 |
import org.tela_botanica.del.test.vues.comparaisoneflore.ComparaisonEflorePresenteurTest;
|
- |
|
| 12 |
import org.tela_botanica.del.test.vues.rechercheimages.MoteurRechercheImagePresenteurTest;
|
11 |
import org.tela_botanica.del.test.vues.rechercheimages.MoteurRechercheImagePresenteurTest;
|
| 13 |
import org.tela_botanica.del.test.vues.rechercheimages.ResultatRechercheImagePresenteurTest;
|
12 |
import org.tela_botanica.del.test.vues.rechercheimages.ResultatRechercheImagePresenteurTest;
|
| Line 14... |
Line 13... |
| 14 |
|
13 |
|
| 15 |
@RunWith(Suite.class)
|
14 |
@RunWith(Suite.class)
|
| 16 |
@SuiteClasses({
|
15 |
@SuiteClasses({
|
| 17 |
MoteurRechercheImagePresenteurTest.class,
|
16 |
MoteurRechercheImagePresenteurTest.class,
|
| 18 |
PaginationPresenteurTest.class,
|
17 |
PaginationPresenteurTest.class,
|
| 19 |
MoyenneVoteTest.class,
|
18 |
MoyenneVoteTest.class,
|
| 20 |
PropositionDeterminationTest.class,
|
19 |
PropositionDeterminationTest.class,
|
| 21 |
CalculVoteDeterminationServiceTest.class,
|
- |
|
| 22 |
ComparaisonEflorePresenteurTest.class,
|
20 |
CalculVoteDeterminationServiceTest.class,
|
| 23 |
BarreRepartitionVotePresenteurTest.class,
|
21 |
BarreRepartitionVotePresenteurTest.class,
|
| 24 |
MoteurRechercheImagePresenteurTest.class,
|
22 |
MoteurRechercheImagePresenteurTest.class,
|
| 25 |
ResultatRechercheImagePresenteurTest.class
|
23 |
ResultatRechercheImagePresenteurTest.class
|
| 26 |
})
|
24 |
})
|