Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sc0v0ne/design_pattern_prototype
Develop a system that uses the pattern given in class. "Prototype" design pattern.
https://github.com/sc0v0ne/design_pattern_prototype
college design-patterns intellij intellij-idea java junit5 prototype
Last synced: about 1 month ago
JSON representation
Develop a system that uses the pattern given in class. "Prototype" design pattern.
- Host: GitHub
- URL: https://github.com/sc0v0ne/design_pattern_prototype
- Owner: sc0v0ne
- License: mit
- Created: 2021-09-02T02:52:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T21:45:45.000Z (about 3 years ago)
- Last Synced: 2024-12-29T11:03:50.897Z (about 1 month ago)
- Topics: college, design-patterns, intellij, intellij-idea, java, junit5, prototype
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πͺΆ Prototype
π 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)