tuning tests

This commit is contained in:
eugenp 2016-10-25 11:18:24 +03:00
parent 5e676c855e
commit 62ca74121f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import java.util.stream.Stream;
import org.junit.Test;
public class CompletableFutureLongRunningUnitTest {
public class CompletableFutureUnitTest {
@Test
public void whenRunningCompletableFutureAsynchronously_thenGetMethodWaitsForResult() throws InterruptedException, ExecutionException {

View File

@ -7,7 +7,7 @@ import java.io.File;
import static org.junit.Assert.assertTrue;
public class ScreenshotUnitTest {
public class ScreenshotIntegrationTest {
private Screenshot screenshot = new Screenshot("Screenshot.jpg");
private File file = new File("Screenshot.jpg");