Remove incorrect exception
This commit is contained in:
@@ -35,17 +35,11 @@ import java.util.concurrent.TimeUnit;
|
||||
import org.apache.commons.io.FileUtils;
|
||||
import org.apache.commons.lang3.SerializationUtils;
|
||||
import org.apache.http.client.HttpClient;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.yamj.api.common.http.SimpleHttpClientBuilder;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
public class AbstractTests {
|
||||
|
||||
@@ -63,10 +57,6 @@ public class AbstractTests {
|
||||
protected static final String LANGUAGE_ENGLISH = "en";
|
||||
protected static final String LANGUAGE_RUSSIAN = "ru";
|
||||
|
||||
protected AbstractTests() {
|
||||
throw new UnsupportedOperationException("Utility class");
|
||||
}
|
||||
|
||||
/**
|
||||
* Do the initial configuration for the test cases
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user