1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

55 Commits

Author SHA1 Message Date
Yuri Schimke
559b0f8d4b Run some junit5 tests (#6359) 2020-10-31 09:39:47 -04:00
Yuri Schimke
fd1b36653f Cleanup Native Image Tests (#6358)
* Base for running native image tests

* Base for running native image tests
2020-10-31 08:12:20 -04:00
Yuri Schimke
f9f86b148c Native image test runner (#6340) 2020-10-31 11:28:18 +00:00
Jesse Wilson
f8065acac2 Execute CallTest with JUnit 5 (#6349)
* Execute CallTest with JUnit 5
* Avoid Optional.isEmpty which is JDK11+
2020-10-30 06:59:02 +00:00
Jesse Wilson
924bd081d0 Initial steps towards running tests in Graalvm (#6313)
I want to confirm all of OkHttp works with Graalvm, and I'm hoping
to demonstrate that by getting the entire test suite running inside
Graalvm.

https://github.com/square/okhttp/issues/6296
2020-10-09 21:27:58 -04:00