2019-02-28 11:45:51 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-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-modules</artifactId>
|
|
|
|
<name>testing-modules</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
2019-07-12 03:31:12 -04:00
|
|
|
<module>easy-random</module>
|
2019-02-28 11:45:51 -05:00
|
|
|
<module>gatling</module>
|
|
|
|
<module>groovy-spock</module>
|
|
|
|
<module>junit-5</module>
|
|
|
|
<module>junit5-migration</module>
|
|
|
|
<module>load-testing-comparison</module>
|
|
|
|
<module>mockito</module>
|
|
|
|
<module>mockito-2</module>
|
|
|
|
<module>mocks</module>
|
|
|
|
<module>mockserver</module>
|
|
|
|
<module>parallel-tests-junit</module>
|
|
|
|
<module>rest-assured</module>
|
|
|
|
<module>rest-testing</module>
|
|
|
|
<!-- <module>runjunitfromjava</module> --> <!-- Not a maven project -->
|
|
|
|
<module>selenium-junit-testng</module>
|
|
|
|
<module>spring-testing</module>
|
|
|
|
<module>test-containers</module>
|
|
|
|
<module>testing</module>
|
|
|
|
<module>testng</module>
|
2019-05-11 02:30:45 -04:00
|
|
|
<module>junit-5-basics</module>
|
2019-07-09 07:30:29 -04:00
|
|
|
<module>easymock</module>
|
2019-06-15 02:58:54 -04:00
|
|
|
<module>junit-5-advanced</module>
|
2019-07-18 10:48:37 -04:00
|
|
|
<module>xmlunit-2</module>
|
2019-02-28 11:51:29 -05:00
|
|
|
</modules>
|
2019-02-28 11:45:51 -05:00
|
|
|
</project>
|