Skip to content

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

Notifications You must be signed in to change notification settings

sc0v0ne/design-pattern-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

🪶 Proxy

🎓 College: Faculdade Metodista Granbery

👨‍🏫 Teacher: Marco Antônio - Github | Linkedin

🧰 Tools


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

Framework

JUnit 5

 <dependencies>
        <!-- ... -->
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
            <version>5.7.2</version>
            <scope>test</scope>
        </dependency>

    </dependencies>

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages