BAEL-183 - refactoring and moving testng to dedicated module

This commit is contained in:
slavisa-baeldung
2017-02-18 22:56:41 +01:00
parent aef624dd8b
commit 333953b204
17 changed files with 172 additions and 126 deletions
@@ -1,5 +1,7 @@
package baeldung.com;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.testng.Assert;
import org.testng.TestNG;
import org.testng.annotations.*;
@@ -8,6 +10,7 @@ import java.util.ArrayList;
import java.util.List;
public class SummationServiceTest extends TestNG {
private static final Logger LOGGER = LoggerFactory.getLogger(DependentTests.class);
private List<Integer> numbers;