aspnetcore/template_feed/Microsoft.DotNet.Test.Proje.../content/MSTest-VisualBasic/UnitTest1.vb

13 lines
217 B
VB.net

Imports Microsoft.VisualStudio.TestTools.UnitTesting
Namespace Company.TestProject1
<TestClass>
Public Class UnitTest1
<TestMethod>
Sub TestSub()
End Sub
End Class
End Namespace