Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sc0v0ne/design_pattern_visitor

Padrão "Visitor". Desenvolver um sistema, que utilize o padrão dado em aula.
https://github.com/sc0v0ne/design_pattern_visitor

college college-project intelij java maven visitor visitor-pattern

Last synced: 4 days ago
JSON representation

Padrão "Visitor". Desenvolver um sistema, que utilize o padrão dado em aula.

Awesome Lists containing this project

README

        

# 🪶 Visitor

🎓 College: [Faculdade Metodista Granbery](http://granbery.edu.br/)

👨‍🏫 Teacher: [Marco Antônio - Github](https://github.com/marcoaparaujo) | [Linkedin](https://www.linkedin.com/in/marco-ant%C3%B4nio-ara%C3%BAjo/)

## 🧰 Tools




3DD1-JAVA
3DD1-GIT
3DD1-GITHUB
3DD1-INTELLIJ

## Framework

JUnit 5
```POM



org.junit.jupiter
junit-jupiter-api
5.7.2
test


```

The code above you will add, inside the pom.xml file, depending on your IDEA, you will click on the code to run or reload. To download the framework. So you can run the tests.
#### Example:
![example](https://user-images.githubusercontent.com/56802572/139537465-a8d02743-046c-4da6-8b74-00c7ed53b1d5.png)