Sha256: e8ce0fdff15a09ce83d3f7514e066e63201d13acfb846c51f308247d999c9eea

Contents?: true

Size: 282 Bytes

Versions: 63

Compression:

Stored size: 282 Bytes

Contents

open OUnit2
open Roman_numerals

let ae expected actual _ctx = assert_equal ~printer:(fun x -> x) expected actual

let tests = [
(* TEST
   "$description" >::
      ae $expected (to_roman $number);
   END TEST *)
]

let () =
    run_test_tt_main ("roman-numerals test" >::: tests) 

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.179 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.178 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.177 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.176 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.175 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.174 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.173 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.172 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.171 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.170 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.169 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.167 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.166 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.165 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.164 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.163 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.162 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.161 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml
trackler-2.2.1.160 tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml