Remove old method for creating PC test fixture
Bug: webrtc:11743 Change-Id: Ia57681c8ddf1b352be275fa22198c4d671f90efe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178604 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31624}
This commit is contained in:
@ -19,16 +19,6 @@
|
||||
namespace webrtc {
|
||||
namespace webrtc_pc_e2e {
|
||||
|
||||
std::unique_ptr<PeerConnectionE2EQualityTestFixture>
|
||||
CreatePeerConnectionE2EQualityTestFixture(
|
||||
std::string test_case_name,
|
||||
std::unique_ptr<AudioQualityAnalyzerInterface> audio_quality_analyzer,
|
||||
std::unique_ptr<VideoQualityAnalyzerInterface> video_quality_analyzer) {
|
||||
return std::make_unique<PeerConnectionE2EQualityTest>(
|
||||
std::move(test_case_name), std::move(audio_quality_analyzer),
|
||||
std::move(video_quality_analyzer));
|
||||
}
|
||||
|
||||
std::unique_ptr<PeerConnectionE2EQualityTestFixture>
|
||||
CreatePeerConnectionE2EQualityTestFixture(
|
||||
std::string test_case_name,
|
||||
|
@ -23,17 +23,6 @@ namespace webrtc_pc_e2e {
|
||||
|
||||
// API is in development. Can be changed/removed without notice.
|
||||
|
||||
// Create test fixture to establish test call between Alice and Bob.
|
||||
// During the test Alice will be caller and Bob will answer the call.
|
||||
// |test_case_name| is a name of test case, that will be used for all metrics
|
||||
// reporting.
|
||||
// Returns a non-null PeerConnectionE2EQualityTestFixture instance.
|
||||
std::unique_ptr<PeerConnectionE2EQualityTestFixture>
|
||||
CreatePeerConnectionE2EQualityTestFixture(
|
||||
std::string test_case_name,
|
||||
std::unique_ptr<AudioQualityAnalyzerInterface> audio_quality_analyzer,
|
||||
std::unique_ptr<VideoQualityAnalyzerInterface> video_quality_analyzer);
|
||||
|
||||
// Create test fixture to establish test call between Alice and Bob.
|
||||
// During the test Alice will be caller and Bob will answer the call.
|
||||
// |test_case_name| is a name of test case, that will be used for all metrics
|
||||
|
Reference in New Issue
Block a user