Sha256: 1ddf1f74305fd05d316f9fea4c360ba6e6f7c0a50ac60d79c6649e7f056321e0

Contents?: true

Size: 405 Bytes

Versions: 35

Compression:

Stored size: 405 Bytes

Contents

use "ponytest"

actor Main is TestList
  new create(env: Env) =>
    PonyTest(env, this)

  fun tag tests(test: PonyTest) =>
    test(_TestHelloWorld)

class iso _TestHelloWorld is UnitTest
  fun name(): String => "hello-world/HelloWorld"

  fun apply(h: TestHelper) =>
    h.assert_eq[String]("Hello, World!", HelloWorld.hello())
    h.assert_eq[String]("Hello, Exercism!", HelloWorld.hello("Exercism"))

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
trackler-2.0.6.25 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.24 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.23 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.22 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.21 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.20 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.19 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.18 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.17 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.16 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.15 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.14 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.13 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.12 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.11 tracks/pony/exercises/hello-world/test.pony