Sha256: b6538a1360511200474cabda086d40667ecb739f0b83669ebf6db1517e90292a

Contents?: true

Size: 423 Bytes

Versions: 101

Compression:

Stored size: 423 Bytes

Contents

module HelloWorldTest

open NUnit.Framework

open HelloWorld

[<Test>]
let ``No name`` () =
    Assert.That(hello None, Is.EqualTo("Hello, World!"))

[<Test>]
[<Ignore("Remove to run test")>]
let ``Sample name`` () =
    Assert.That(hello (Some "Alice"), Is.EqualTo("Hello, Alice!"))

[<Test>]
[<Ignore("Remove to run test")>]
let ``Other sample name`` () =
    Assert.That(hello (Some "Bob"), Is.EqualTo("Hello, Bob!"))

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
trackler-2.0.7.0 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.44 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.43 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.42 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.41 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.40 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.39 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.38 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.37 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.36 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.35 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.34 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.33 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.32 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.31 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.30 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.29 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.28 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.27 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs
trackler-2.0.6.26 tracks/fsharp/exercises/hello-world/HelloWorldTest.fs