From 139d4b92aba16e533d9261ac397c0abe7063c04e Mon Sep 17 00:00:00 2001 From: Saxon Date: Wed, 10 Apr 2019 16:33:12 +0930 Subject: [PATCH] protocol/rtcp: added rtcp_test.go file with signatures for some likely tests --- protocol/rtcp/rtcp_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 protocol/rtcp/rtcp_test.go diff --git a/protocol/rtcp/rtcp_test.go b/protocol/rtcp/rtcp_test.go new file mode 100644 index 00000000..dea8f93d --- /dev/null +++ b/protocol/rtcp/rtcp_test.go @@ -0,0 +1,11 @@ +package rtcp + +import "testing" + +func TestReceiverReportBytes(t *testing.T) { + +} + +func TestSourceDescriptionBytes(t *testing.T) { + +}