Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.13 KB

🛠️ Testing for Java

👋 Welcome to Lg Pentagon or lg5! Get the test library basic.

lg-labs License

For more information, check this pages

https://lufgarciaqu.medium.com

Using Spring Boot 3.2.3

🚀 Maven Install

Install 1/2: Add this to pom.xml:

<dependency>
    <groupId>com.labs.lg.pentagon</groupId>
    <artifactId>lg-labs-boot-test</artifactId>
    <version>1.0.0-alpha.1</version>
</dependency>

Install 2/2: Run via command line

mvn install

📚Contents

Spring Boot Starter Test  ->  3.2.3
Junit Jupiter             ->  5.9.1
Mockito                   ->  5.7.0

⚖️ License

The MIT License (MIT). Please see License for more information.