JUnit Hibernate Acces BD
Fermé
g25452
Messages postés
66
Date d'inscription
vendredi 16 mai 2008
Statut
Membre
Dernière intervention
1 juin 2010
-
8 déc. 2008 à 16:06
zeyeed Messages postés 7 Date d'inscription dimanche 27 avril 2008 Statut Membre Dernière intervention 8 avril 2009 - 26 mars 2009 à 15:09
zeyeed Messages postés 7 Date d'inscription dimanche 27 avril 2008 Statut Membre Dernière intervention 8 avril 2009 - 26 mars 2009 à 15:09
A voir également:
- JUnit Hibernate Acces BD
- Acces rapide - Guide
- Donnez à ce fichier les mêmes droits d'accès que les autres notes de service ✓ - Forum Windows
- Télécharger bd pdf gratuit sans inscription - Forum PDF
- Scan bd ✓ - Forum Loisirs / Divertissements
- Accès refusé - Guide
1 réponse
zeyeed
Messages postés
7
Date d'inscription
dimanche 27 avril 2008
Statut
Membre
Dernière intervention
8 avril 2009
1
26 mars 2009 à 15:09
26 mars 2009 à 15:09
salu tou le monde
je veux changer une application de jbuilder2005 vers eclipse.
donc j'étais bezsoin de changer cette application à jbuilder 2007 qui est basé sur eclipse et qui integre un outil appelé RAD.
le problème ici que a l'ouverture de l'application aprés avoir l'enregister dans le workspace(imoprtation),cette ouverure necessite la presence de la LIbrary JUnit.l'ereeur ici(missing JUnit).
j'ai fé télécharger cette biblitheque de www.junit.org (latest junit 4.( zip).
le document qui me montre comment comment ajouter cet Library n'est pa clair parceque je trouve pas le chemin,ou le parcours demander.
voila ce qui me demande:
.............................
Introduction
Junit is the unit testing tool for Java developers, and I'm often asked if Junit can be used inside of JBuilder. The answer, of course, is yes. Here are the simple steps required to include the Junit JAR file into your JBuilder environment.
A few simple steps
To use Junit inside of your JBuilder applications, all you need to do is add the Junit JAR file to the JBuilder environment as a standard library. Once that is set up, a few quick adjustments will get you up and running with Junit in just a few minutes.
Here are the steps to follow to get Junit integrated into your version of JBuilder:
1. Go to www.junit.org and download the latest version (a zip file) of Junit.
2. Assuming that it's still distributed as a Zip file, unzip the zip file, and put the resulting Jar file in a place where you keep your other Jar files.
3. In JBuilder, go to Project|Default Project Properties, then add Junit as a Required Library.
4. When you finish that process it will be ready to use.
5. If you want to run the GUI tester, go to Project|Project Properties...|Run, and add this line to your VM Parameters:
junit.ui.TestRunner
6. At this point you can begin creating your Junit test classes.
7. When you are ready to run a TestCase, go to Project|Project Properties|Run, then select the "Main class". This is the class that contains your test case, assuming that you only have one test case.
That's really all there is to it. Of course using Junit well is an art in itself, but there are already excellent tutorials written on that subject, and using Junit inside of JBuilder is no different than using it anywhere else.
Enjoy!
..........................................
j'utilise jbuilder 2007 enterprise et je trouve pas le parcours project/.......
svp si vous pouvez m'aider a resoudre ce truc
merci d'avance....
je veux changer une application de jbuilder2005 vers eclipse.
donc j'étais bezsoin de changer cette application à jbuilder 2007 qui est basé sur eclipse et qui integre un outil appelé RAD.
le problème ici que a l'ouverture de l'application aprés avoir l'enregister dans le workspace(imoprtation),cette ouverure necessite la presence de la LIbrary JUnit.l'ereeur ici(missing JUnit).
j'ai fé télécharger cette biblitheque de www.junit.org (latest junit 4.( zip).
le document qui me montre comment comment ajouter cet Library n'est pa clair parceque je trouve pas le chemin,ou le parcours demander.
voila ce qui me demande:
.............................
Introduction
Junit is the unit testing tool for Java developers, and I'm often asked if Junit can be used inside of JBuilder. The answer, of course, is yes. Here are the simple steps required to include the Junit JAR file into your JBuilder environment.
A few simple steps
To use Junit inside of your JBuilder applications, all you need to do is add the Junit JAR file to the JBuilder environment as a standard library. Once that is set up, a few quick adjustments will get you up and running with Junit in just a few minutes.
Here are the steps to follow to get Junit integrated into your version of JBuilder:
1. Go to www.junit.org and download the latest version (a zip file) of Junit.
2. Assuming that it's still distributed as a Zip file, unzip the zip file, and put the resulting Jar file in a place where you keep your other Jar files.
3. In JBuilder, go to Project|Default Project Properties, then add Junit as a Required Library.
4. When you finish that process it will be ready to use.
5. If you want to run the GUI tester, go to Project|Project Properties...|Run, and add this line to your VM Parameters:
junit.ui.TestRunner
6. At this point you can begin creating your Junit test classes.
7. When you are ready to run a TestCase, go to Project|Project Properties|Run, then select the "Main class". This is the class that contains your test case, assuming that you only have one test case.
That's really all there is to it. Of course using Junit well is an art in itself, but there are already excellent tutorials written on that subject, and using Junit inside of JBuilder is no different than using it anywhere else.
Enjoy!
..........................................
j'utilise jbuilder 2007 enterprise et je trouve pas le parcours project/.......
svp si vous pouvez m'aider a resoudre ce truc
merci d'avance....