File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed
Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 88 </content >
99 <orderEntry type =" inheritedJdk" />
1010 <orderEntry type =" sourceFolder" forTests =" false" />
11- <orderEntry type =" module-library" scope =" TEST" >
12- <library name =" JUnit4" >
13- <CLASSES >
14- <root url =" jar://$MAVEN_REPOSITORY$/junit/junit/4.13.1/junit-4.13.1.jar!/" />
15- <root url =" jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
16- </CLASSES >
17- <JAVADOC />
18- <SOURCES />
19- </library >
20- </orderEntry >
21- <orderEntry type =" module-library" scope =" TEST" >
22- <library name =" JUnit5.8.1" >
23- <CLASSES >
24- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.8.1/junit-jupiter-5.8.1.jar!/" />
25- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar!/" />
26- <root url =" jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar!/" />
27- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar!/" />
28- <root url =" jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar!/" />
29- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1.jar!/" />
30- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar!/" />
31- <root url =" jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar!/" />
32- </CLASSES >
33- <JAVADOC />
34- <SOURCES />
35- </library >
36- </orderEntry >
3711 </component >
3812</module >
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ public static void main(String[] args) throws IOException {
3333 Scanner scan = new Scanner (System .in );
3434
3535 //Objeto para Opções do Menu principal
36- MenuOptions op = new MenuOptions ();
36+ Options op = new Options ();
3737 //Objeto para Opções do Sub Menu de Visualização de Titulos
38- SubMenuOptions opTitulo = new SubMenuOptions ();
38+ Options opTitulo = new Options ();
3939 //Objeto para Opções de Integrantes do Projeto
40- Integrantes opIntegrantes = new Integrantes ();
40+ Options opIntegrantes = new Options ();
4141
4242
4343 //Objeto para criação de Categorias
You can’t perform that action at this time.
0 commit comments