Toyomasa Watarai / simple-mbed-cloud-client

Dependents:  

Committer:
MACRUM
Date:
Mon Jul 02 06:30:39 2018 +0000
Revision:
0:276e7a263c35
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew 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.