re-organize testing modules

This commit is contained in:
Loredana
2019-09-08 15:30:03 +03:00
parent 4e7b8cf19d
commit 35116b0e69
104 changed files with 2325 additions and 191 deletions
+4 -2
View File
@@ -2,8 +2,8 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>testing-libraries</artifactId>
<name>testing-libraries</name>
<artifactId>testing-modules</artifactId>
<name>testing-modules</name>
<packaging>pom</packaging>
<parent>
@@ -14,6 +14,7 @@
</parent>
<modules>
<module>assertion-libraries</module>
<module>easy-random</module>
<module>gatling</module>
<module>groovy-spock</module>
@@ -37,5 +38,6 @@
<module>junit-5-advanced</module>
<module>xmlunit-2</module>
<module>junit-4</module>
<module>testing-libraries</module>
</modules>
</project>