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_command

Develop a system that uses the pattern given in class. "Command" design pattern.
https://github.com/sc0v0ne/design_pattern_command

college college-project command-pattern design-patterns java junit5 maven

Last synced: 4 days ago
JSON representation

Develop a system that uses the pattern given in class. "Command" design pattern.

Awesome Lists containing this project

README

        

# πŸͺΆ Command

πŸŽ“ 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)