Examples of Epreuve


Examples of model.Epreuve

    }

    @Test
    public void testGetEpreuveInd() throws Exception {
        Epreuve ep = dao.getEpreuveInd(23);
        assertEquals(23, ep.getId());
        assertEquals("Ski Nordique", ep.getNomD());
        assertEquals("Individuelle", ep.getType());
        assertEquals("Biathlon", ep.getNom());
        assertEquals("feminin", ep.getCategorie());

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.