Then you can write your tests as shown here: (ns sample.test.core (:use [expectations])) (expect 2 (+ 1 1)) (expect [1 2] (conj [] 1 2)) (expect #{1 2} ...
確定! 回上一頁