Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sc0v0ne/design_pattern_visitor
- Owner: sc0v0ne
- Created: 2021-11-13T13:14:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T21:35:22.000Z (almost 3 years ago)
- Last Synced: 2023-11-02T20:27:31.499Z (about 1 year ago)
- Topics: college, college-project, intelij, java, maven, visitor, visitor-pattern
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)