C/C++ function instrumentation (AOP, exception/stack tracing, GC)
...Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection.
There are Unit Tests for each class and method, testing is driven with CTest.
Simple, neat and powerful tool for loading and managing JS scripts
Scenario is a very simple yet neat and powerful tool for loading and managing JS scripts.
Scenario is very useful for the following cases:
1. Unittesting for JS without reloading the web page and re-engineering your code.
2. Load and manage scripts stored in arrays (code management).
3. Optimize coding flow by dynamically switching among best solution per case.
4. Run scenarios either distinctly or in parallel.
5. Keep easier track of bugs and errors when deploying.
...
Foo Test is a small, fast C-function unittesting project. It is capable of both benchmarking and validating C-functions while writing most of the test code through an easy perl script, and all the developer needed code can be added to a single file.