Downloadliste

Projektbeschreibung

MiniCppUnit is another C++ port of the famous
JUnit framework for unit testing. Unlike CppUnit,
MiniCppUnit follows a minimalistic approach. The
basic features are the same, but in only about 500
lines of code. No library installation is needed.
Extra features include color highlighting to
locate differences on failing string asserts,
floating point asserts which consider NaNs, Infs,
and using epsilon values which are relative to the
expected value, assertions for the dynamic type
information, and more.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-15 15:09
2.5

Der Testfall jetzt beendet, nachdem die erste Störung. Zuverlässige floating point (double / float) Behauptungen wurden hinzugefügt, darunter: Fuzzy entspricht proportional mit (zu erwartenden) epsilon, not-a-number Zuverlässigkeit und ein neues Makro ASSERT_EQUALS_EPSILON für eine andere Verwendung verschiedenen proportional epsilon. VisualC + +-Unterstützung und Beispiele wurden hinzugefügt. Weitere Farben auf der Konsole ausgegeben kann deaktiviert werden. Die Farben sind standardmäßig aktiviert, wenn in MS Visual zusammengestellt deaktiviert. Katalanisch Output-Strings und-Code Kommentare wurden entfernt. UsageExample.cxx verwendet nun alle Makros und Funktionen.
Tags: Major feature enhancements
The test case now exits after the first failure.
Reliable floating point (double/float) assertions
were added, including: fuzzy equals using
proportional (to the expected) epsilon,
not-a-number reliability, and a new macro
ASSERT_EQUALS_EPSILON to use a different
proportional epsilon. VisualC++ support and
examples were added. More colors on the console
output can be disabled. Colors are disabled by
default when compiled in MS Visual. Catalan output
strings and in-code comments were removed.
UsageExample.cxx now uses all macros and features.

Project Resources