Sha256: fb963a45eee24b4b1540b4b590a51e164fa4d1a670de080f8a798803692ea6c9

Contents?: true

Size: 331 Bytes

Versions: 295

Compression:

Stored size: 331 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())

Version data entries

295 entries across 295 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.179 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.178 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.177 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.176 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.175 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.174 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.173 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.172 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.171 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.170 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.169 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.167 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.166 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.165 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.164 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.163 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.162 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.161 tracks/pony/exercises/hello-world/test.pony
trackler-2.2.1.160 tracks/pony/exercises/hello-world/test.pony