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