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.7.0 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.44 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.43 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.42 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.41 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.40 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.39 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.38 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.37 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.36 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.35 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.34 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.33 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.32 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.31 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.30 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.29 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.28 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.27 tracks/pony/exercises/hello-world/test.pony
trackler-2.0.6.26 tracks/pony/exercises/hello-world/test.pony