refactor: réorganisation des fichiers pour le README.md et suppression fichier inutile
29
README.md
@@ -4,6 +4,17 @@ ALESSI Thibaut & ROGER Gwendal
|
|||||||
## Commandes utiles
|
## Commandes utiles
|
||||||
*Pour les commandes gradle, il faut être dans la racine du projet.*
|
*Pour les commandes gradle, il faut être dans la racine du projet.*
|
||||||
|
|
||||||
|
**Supprimer le répertoire build**
|
||||||
|
```console
|
||||||
|
./gradlew clean
|
||||||
|
```
|
||||||
|
*peut-être utile lorsque les changements semblent pas être reconnus*
|
||||||
|
|
||||||
|
**Build l'application**
|
||||||
|
```console
|
||||||
|
./gradlew build
|
||||||
|
```
|
||||||
|
|
||||||
**Lancer l'application**
|
**Lancer l'application**
|
||||||
```console
|
```console
|
||||||
./gradlew run
|
./gradlew run
|
||||||
@@ -15,15 +26,15 @@ ALESSI Thibaut & ROGER Gwendal
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Diagramme des classes
|
## Diagramme des classes
|
||||||

|

|
||||||
|
|
||||||
## Cahier des charges
|
## Cahier des charges
|
||||||
La partie Génération ne fait pas partie de notre tronc commun.
|
La partie Génération ne fait pas partie de notre tronc commun.
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 413 KiB After Width: | Height: | Size: 413 KiB |
|
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 389 KiB |
|
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 395 KiB After Width: | Height: | Size: 395 KiB |
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 394 KiB |
|
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 334 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
@@ -1,10 +0,0 @@
|
|||||||
import org.junit.Test;
|
|
||||||
import static org.junit.Assert.assertEquals;
|
|
||||||
|
|
||||||
public class AppTest {
|
|
||||||
@Test
|
|
||||||
public void testHelloWorld() {
|
|
||||||
System.out.println("Hello, World!");
|
|
||||||
assertEquals(1 + 1, 2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||