Sha256: 236985f27a896c0b3aad83980cc19a6665155eefdab3e867c7097004fabf43de

Contents?: true

Size: 299 Bytes

Versions: 8

Compression:

Stored size: 299 Bytes

Contents

open Core.Std
open OUnit2
open Hello_world

let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got

let tests = [
  (* GENERATED-CODE
     "$description" >:: ae "$expected" (greet $name);
     END GENERATED-CODE *)
]

let () =
  run_test_tt_main ("Hello World tests" >::: tests)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
trackler-2.0.3.2 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.3.1 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.3.0 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.2.0 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.1.2 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.1.1 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.1.0 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.0.10 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml