All releases of AceUnit


Release Notes: This release fixes a bug that caused the Java Generator to run out of heap space.


Release Notes: This release fixes a bug that caused the Java Generator to run out of heap space.


Release Notes: This version allows users to extend the test runners data with their own fields.


Release Notes: This release fixes a problem with compiling the unit tests of the Java Generator. Users do not need to upgrade unless they want to run the unit tests of the Java Generator.


Release Notes: The Java Generator now recognizes comments. RAM consumption is reduced significantly. AceUnit now can be used with only very little stack and nearly no heap.


Release Notes: The framework allows specifying sections for the linker. The Generator generates code that is strict C89, and declares constant data as const. Issues with ACEUNIT_EMBEDDED and ACEUNIT_LOGGING_STYLE_SIMPLE have been fixed.


Release Notes: An issue where the generator createed the name EMBEDED instead of EMBEDDED was fixed. An issue with bogus prototypes was also fixed.


Release Notes: Issue 1850042, suspicious use of &, has been fixed.


Release Notes: AceUnit now copmiles with Visual Studio or gcc with -pedantic -Wall -std=c89. The feature to warn if no test cases are found was implemented. Fixed The bug in which the fixture elements caused linker conflicts if there was more than one fixture was fixed. The generator now generates header files recursively and only if they changed. A_IgnoreR is no longer supported. Loggers can now be configured with conditional copmilation. Exception handling for C was added.


Release Notes: This release supports unit testing on embedded systems. It should now be compatible with C89 compilers. When used in embedded mode, it should be possible to use it without any system includes.