grpc-java/interop-testing
Eric Anderson 29b8483fd6
Use test fixtures instead of sourceSets.test.output
This avoids the (often missing) evaluationDependsOn and fixes using
results from other projects without propagating those through
Configuration. It also reduces the number of useless classes pulled in
by down-stream tests, reducing the probability of rebuilds.

The expectation of fixtures is they help testing down-stream code that
use the classes in main. That applies to all the classes here except for
FakeClock and StaticTestingClassLoader. It would also apply to many
internal classes in grpc-testing, but let's consider cleaning that up
future work.
2023-05-16 12:10:13 -07:00
..
src Migrate many usages of TestUtils.loadCert() to the public TlsTesting 2023-05-09 17:01:31 -07:00
build.gradle Use test fixtures instead of sourceSets.test.output 2023-05-16 12:10:13 -07:00