1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +03:00

Launcher for quick tests (#6437)

This commit is contained in:
Yuri Schimke
2020-11-21 13:28:45 +00:00
committed by GitHub
parent ec1d18d143
commit 083315a473
34 changed files with 242 additions and 116 deletions

View File

@ -36,6 +36,7 @@ import okhttp3.testing.PlatformRule;
import okio.Buffer;
import okio.ByteString;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.extension.RegisterExtension;
@ -46,6 +47,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.fail;
@ExtendWith(MockWebServerExtension.class)
@Tag("Slowish")
public class DnsOverHttpsTest {
@RegisterExtension public final PlatformRule platform = new PlatformRule();