Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-cloud-client/mbed-client-pal/Test/Unity/extras/fixture/readme.txt@0:276e7a263c35, 2018-07-02 (annotated)
- Committer:
- MACRUM
- Date:
- Mon Jul 02 06:30:39 2018 +0000
- Revision:
- 0:276e7a263c35
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| MACRUM | 0:276e7a263c35 | 1 | Copyright (c) 2010 James Grenning and Contributed to Unity Project |
| MACRUM | 0:276e7a263c35 | 2 | |
| MACRUM | 0:276e7a263c35 | 3 | Unity Project - A Test Framework for C |
| MACRUM | 0:276e7a263c35 | 4 | Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams |
| MACRUM | 0:276e7a263c35 | 5 | [Released under MIT License. Please refer to license.txt for details] |
| MACRUM | 0:276e7a263c35 | 6 | |
| MACRUM | 0:276e7a263c35 | 7 | This Framework is an optional add-on to Unity. By including unity_framework.h in place of unity.h, |
| MACRUM | 0:276e7a263c35 | 8 | you may now work with Unity in a manner similar to CppUTest. This framework adds the concepts of |
| MACRUM | 0:276e7a263c35 | 9 | test groups and gives finer control of your tests over the command line. |