Sha256: a0ab0f9fd4cee75a8638774e41776050c11e0929e4610c357b6afeea61bb67ad

Contents?: true

Size: 362 Bytes

Versions: 91

Compression:

Stored size: 362 Bytes

Contents

open Core.Std
open OUnit2
open Anagram

let ae exp got _test_ctxt =
  let printer = List.to_string ~f:String.to_string in
  assert_equal exp got ~cmp:(List.equal ~equal:String.equal) ~printer

let tests = [
(* TEST
  "$description" >::
    ae $expected (anagrams $subject $candidates);
   END TEST *)
]

let () =
  run_test_tt_main ("anagrams tests" >::: tests)

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
trackler-2.0.6.41 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.40 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.39 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.38 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.37 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.36 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.35 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.34 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.33 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.32 tracks/ocaml/tools/test-generator/templates/anagram/template.ml
trackler-2.0.6.31 tracks/ocaml/tools/test-generator/templates/anagram/template.ml