ntest 0.1.2

Testing framework for rust which enhances the built-in library with some useful features.
Documentation

NTest

Testing framework for rust which enhances the built-in library with some useful features. Inspired by the .Net unit-testing framework NUnit.

If you want to write assertions based on constrains, such as assert_that!(1, is(equal_to(1))); , checkout the hamcrest or spectra library.

Getting Started

TODO

Examples

TODO

Documentation

TODO

Contribution

All contributions and comments welcome! Open an issue or create a Pull Request whenever you find a bug or have an idea to improve this crate.

License

This project is licensed under the MIT License - see the LICENSE file for details