tuning tests
This commit is contained in:
parent
5e676c855e
commit
62ca74121f
|
@ -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 {
|
|
@ -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");
|
Loading…
Reference in New Issue