https://github.com/sc0v0ne/design_pattern_builder
Develop a system that uses the pattern given in class. "Builder" design pattern.
https://github.com/sc0v0ne/design_pattern_builder
builder college college-project design-patterns intellij intellij-idea java junit5 patterns-java
Last synced: 4 months ago
JSON representation
Develop a system that uses the pattern given in class. "Builder" design pattern.
- Host: GitHub
- URL: https://github.com/sc0v0ne/design_pattern_builder
- Owner: sc0v0ne
- Created: 2021-08-31T01:12:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T00:11:53.000Z (over 3 years ago)
- Last Synced: 2025-02-17T14:47:40.717Z (4 months ago)
- Topics: builder, college, college-project, design-patterns, intellij, intellij-idea, java, junit5, patterns-java
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🪶 Builder
🎓 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:
