15 lines
241 B
C#
15 lines
241 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace BotSharp.Voice.UnitTest
|
|
{
|
|
[TestClass]
|
|
public class AudioCaptureTest
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|