/design_pattern_bridge

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

Primary LanguageJava

🪶 Bridge

🎓 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