aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure/data_structures.clj
AgeCommit message (Collapse)Author
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-23gtic: updated clojure tests to new template syntax, commented outStuart Halloway
"all-are" tests
2009-05-18test-clojure: test-utils: all-are; data-structures: rewritten tests using ↵Frantisek Sodomka
all-are
2009-03-18test-clojure: added cases for nil non-equalityFrantisek Sodomka
2009-03-06Test data structures: contains?Frantisek Sodomka
2009-03-06test data structures: findFrantisek Sodomka
2009-02-23test data-structures: equality, count, conj, peek, pop, key, val, ↵Frantisek Sodomka
sorted-set, set, disj, test sequences: last, nth, range
2009-02-15test data_structures: hash-set; sequences: zipmapFrantisek Sodomka
2009-02-11add test_clojure/data_structures.clj: tests for listFrantisek Sodomka