Add Database.Test project

This commit is contained in:
Jonathan Jenne
2022-10-27 10:03:39 +02:00
parent 882824d80f
commit 4b098622d2
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Imports Microsoft.VisualStudio.TestTools.UnitTesting
Namespace Database.Test
<TestClass>
Public Class UnitTest1
<TestMethod>
Sub TestSub()
End Sub
End Class
End Namespace