Object oriented unit testing framework
The test framework should not be easy to use. The test framework should help to do everything right. And after that it should be easy to use. :)
- Money as a Text. ru
- Money multiplication. ru
- Business terminoligy. ru
- Total Order amount. ru
- OrderMoney corner cases. ru
- Currency Exchange. ru
- Suite of tests. ru
conanfile.txt:
[generators]
cmake
[requires]
2out/0.9@dronmdf/stable
CMakeLists.txt:
INCLUDE(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()
build:
$ conan remote add pureoop-2out https://conan.cloudsmith.io/pureoop/2out
$ conan install ~/project --build
$ cmake ~/project
$ make
- https://github.com/g4s8/oot Experimental Object Oriented Testing Framework for Java
- https://github.com/pragmatic-objects/oo-tests Reusable test assertions for JUnit5
Any contribution are welcome. Follow this guide.