9 lines
181 B
VB.net
9 lines
181 B
VB.net
Imports System.Text
|
|
Imports Microsoft.VisualStudio.TestTools.UnitTesting
|
|
|
|
<TestClass()> Public Class UnitTest1
|
|
|
|
<TestMethod()> Public Sub TestMethod1()
|
|
End Sub
|
|
|
|
End Class |