Files
WoofWare.NUnitTestRunner/FailingConsumer/TestInsufficientArgs.fs
2024-10-30 19:33:28 +00:00

10 lines
139 B
Forth

namespace FailingConsumer
open NUnit.Framework
[<TestFixture>]
module TestInsufficientArgs =
[<Test>]
let foo (_ : int) = ()