CS计算机代考程序代写 open OUnit2
open OUnit2
open Disc3
let test_sanity _ =
assert_equal “abc” (concat “ab” “c”) ~msg:”Custom error message”
let suite =
“student” >::: [
“sanity” >:: test_sanity
]
let _ = run_test_tt_main suite
INTERVIEW&CODEHELP – 面试代面 作业 考试 就业
INTERVIEW&CODEHELP™ CS 计算机科学 | EE 电气工程 | Statics 统计 | Finance 金融 | 程序代做 | 工作代做 | 面试代面 | CS代做
open OUnit2
open Disc3
let test_sanity _ =
assert_equal “abc” (concat “ab” “c”) ~msg:”Custom error message”
let suite =
“student” >::: [
“sanity” >:: test_sanity
]
let _ = run_test_tt_main suite