Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 7 and Version 8 of Projects/GSoC/TestingReview/AceUnit


Ignore:
Timestamp:
07/08/12 08:53:02 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* General Comparison */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview/AceUnit

    v7 v8  
    55AceUnit is a simple unit testing framework based on CUnit and EmbUnit.
    66
    7 + It conforms to JUnit 4.x architecture format, where it supports the concept of test suites, test fixtures, test cases, setup and cleanup functions.
     7 * It conforms to JUnit 4.x architecture format, where it supports the concept of test suites, test fixtures, test cases, setup and cleanup functions.
    88
    9 + It supports automatic test discovery. It has stringent test writing format in order to use the prewritten java application as Generator for test generation automation, which is very convenient.
     9 * It supports automatic test discovery. It has stringent test writing format in order to use the prewritten java application as Generator for test generation automation, which is very convenient.
    1010
    11 + It is well suited to work for RTEMS based and Host based tests.
     11 * It is well suited to work for RTEMS based and Host based tests.
    1212
    13 + It provides a macro for it to run under embedded environments with memory minimized, but not 100% functional.
     13 * It provides a macro for it to run under embedded environments with memory minimized, but not 100% functional.
    1414= RTEMS-based Test Result =
    1515