aspnetcore/template_feed/Microsoft.DotNet.Test.Proje.../content/MSTest-FSharp/Tests.fs

12 lines
217 B
Forth

namespace Company.TestProject1
open System
open Microsoft.VisualStudio.TestTools.UnitTesting
[<TestClass>]
type TestClass () =
[<TestMethod>]
member this.TestMethodPassing () =
Assert.IsTrue(true);