Skip to content

Commit

Permalink
fixup! Create testtools project #173
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Jul 13, 2024
1 parent 28f8fc1 commit 2fb19bb
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 718 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<modules>
<module>parent</module>
<module>parent-web</module>
<module>testtools</module>
<module>parent-web</module>
<module>testtools</module>
<module>interfaces</module>
<module>env-version</module>
<module>jsconfig</module>
Expand Down
23 changes: 22 additions & 1 deletion testtools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>testtools</artifactId>
Expand All @@ -15,4 +16,24 @@
<version>21.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>${datafaker.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
</dependencies>
</project>
52 changes: 0 additions & 52 deletions testtools/src/main/java/tv/hd3g/commons/authkit/AuditAfter.java

This file was deleted.

30 changes: 0 additions & 30 deletions testtools/src/main/java/tv/hd3g/commons/authkit/AuditAllAfter.java

This file was deleted.

38 changes: 0 additions & 38 deletions testtools/src/main/java/tv/hd3g/commons/authkit/CheckBefore.java

This file was deleted.

This file was deleted.

180 changes: 0 additions & 180 deletions testtools/src/main/java/tv/hd3g/commons/mailkit/SendMailDto.java

This file was deleted.

Loading

0 comments on commit 2fb19bb

Please sign in to comment.