com.nedap.staffing-solutions/utils.test

utils.test


Keywords
hacktoberfest
License
EPL-2.0

Documentation

utils.test CircleCI

A collection of test helpers.

Synopsis

  • nedap.utils.test.api/meta= compares both objects and their metadata, recursively.

  • nedap.utils.test.api/macroexpansion= compares objects, deeming any gensyms as equal.

  • nedap.utils.test.api/run-tests macroexpands to its clojure.test/cljs.test counterpart. It only adds something for the cljs variant: it sets an adequate exit code to the Node process.

  • nedap.utils.test.api/expect allows you to assert side effects in code. look at examples in the tests.

Installation

[com.nedap.staffing-solutions/utils.test "1.6.1"]

ns organisation

There is exactly 1 namespace meant for public consumption:

  • nedap.utils.test.api

Documentation

Please browse the public namespaces, which are documented and tested.

You can find examples in the api test.

License

Copyright © Nedap

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.