tuning tests
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import java.util.stream.Stream;
|
|||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class CompletableFutureLongRunningUnitTest {
|
public class CompletableFutureUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenRunningCompletableFutureAsynchronously_thenGetMethodWaitsForResult() throws InterruptedException, ExecutionException {
|
public void whenRunningCompletableFutureAsynchronously_thenGetMethodWaitsForResult() throws InterruptedException, ExecutionException {
|
||||||
+1
-1
@@ -7,7 +7,7 @@ import java.io.File;
|
|||||||
|
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class ScreenshotUnitTest {
|
public class ScreenshotIntegrationTest {
|
||||||
|
|
||||||
private Screenshot screenshot = new Screenshot("Screenshot.jpg");
|
private Screenshot screenshot = new Screenshot("Screenshot.jpg");
|
||||||
private File file = new File("Screenshot.jpg");
|
private File file = new File("Screenshot.jpg");
|
||||||
Reference in New Issue
Block a user