Adding tests for each class.

This commit is contained in:
Ovidijus Okinskas
2018-06-04 21:20:04 +01:00
committed by O.Okinskas
parent 6b10f4bdd1
commit 74190e36bb
6 changed files with 98 additions and 1 deletions

View File

@@ -10,6 +10,22 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ambassador</artifactId>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
</dependencies>
</project>