Browse Part V: Building Applications with Clojure

15.2 Unit Testing with `clojure.test`

In this section

  • 15.2.1 Introduction to `clojure.test`
    A guide to understanding the `clojure.test` framework, its features, and writing test cases in Clojure using `deftest` and `is`.
  • 15.2.2 Writing Effective Unit Tests
    Master the art of writing effective unit tests in Clojure with 'clojure.test', including handling edge cases, using test fixtures, and structuring test namespaces for robust applications.
  • 15.2.3 Running Tests and Analyzing Results
    Discover how to effectively run and analyze unit tests in Clojure using the command line, Leiningen, or an IDE, and resolve test failures.
Saturday, October 5, 2024