Cast Receiver integration test

Merge from Widevine repo of http://go/wvgerrit/169471

Remove the test in android tests and add it to the
core tests.

Bug: 276464340
Test: GTEST_FILTER="CorePIGTest.CastReceiverProvisioning*" jenkins/run_fake_l1_tests
Change-Id: Icd280b532ddae274f66b2fab3e65520e96adb7cb
This commit is contained in:
Fred Gylys-Colwell
2023-05-04 21:25:05 -07:00
committed by Kyle Zhang
parent 836b1a30a6
commit d211195f92
4 changed files with 104 additions and 28 deletions

View File

@@ -88,6 +88,7 @@ class TestCdmEngine : public CdmEngine {
TestCdmEngine(wvutil::FileSystem* file_system,
std::shared_ptr<metrics::EngineMetrics> metrics)
: CdmEngine(file_system, metrics) {}
const CdmSession* GetCdmSession(std::string sessionId) const;
};
class WvCdmTestBaseWithEngine : public WvCdmTestBase {