Skip to content

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

Notifications You must be signed in to change notification settings

sc0v0ne/design_pattern_singleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪶 Singleton

🎓 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

Releases

No releases published

Packages

No packages published

Languages