mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-14 00:18:40 +00:00
Initial commit
This commit is contained in:
20
MyriadPlugin.Test/TestSurface.fs
Normal file
20
MyriadPlugin.Test/TestSurface.fs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace MyriadPlugin.Test
|
||||
|
||||
open NUnit.Framework
|
||||
open MyriadPlugin
|
||||
open ApiSurface
|
||||
|
||||
[<TestFixture>]
|
||||
module TestSurface =
|
||||
let assembly = typeof<RemoveOptionsAttribute>.Assembly
|
||||
|
||||
[<Test>]
|
||||
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
|
||||
|
||||
[<Test ; Explicit>]
|
||||
let ``Update API surface`` () =
|
||||
ApiSurface.writeAssemblyBaseline assembly
|
||||
|
||||
[<Test>]
|
||||
let ``Ensure public API is fully documented`` () =
|
||||
DocCoverage.assertFullyDocumented assembly
|
Reference in New Issue
Block a user