文件名称:CppUTest-v3.3
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:372.52kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
单元测试框架,可以用于测试嵌入式C语言工程文件-Unit Test Framework
(系统自动生成,下载前可以参看下载内容)
下载文件列表
makeAll.sh
cleanAll.sh
.cdtproject
.cproject
.project
.settings/
.settings/org.eclipse.cdt.core.prefs
.settings/org.eclipse.cdt.ui.prefs
build/
build/alltests.mmp
build/bld.inf
build/ComponentMakefile
build/ComponentMakefileExampleParameters
build/cpputest.mmp
build/MakefileWorker.mk
build/StaticLibMakefile
cpputest-hist.txt
CppUTest.dsp
CppUTest.dsw
CppUTest.mak
CppUTest.vcproj
CppUTest.vcxproj
CppUTest_VS2008.sln
CppUTest_VS2010.sln
examples/
examples/.cdtproject
examples/.project
examples/.settings/
examples/.settings/org.eclipse.cdt.core.prefs
examples/AllTests/
examples/AllTests/AllTests.cpp
examples/AllTests/AllTests.dsp
examples/AllTests/CircularBufferTest.cpp
examples/AllTests/EventDispatcherTest.cpp
examples/AllTests/HelloTest.cpp
examples/AllTests/MockDocumentationTest.cpp
examples/AllTests/PrinterTest.cpp
examples/AllTests/RunAllTests.sh
examples/ApplicationLib/
examples/ApplicationLib/AllTests.h
examples/ApplicationLib/ApplicationLib.dsp
examples/ApplicationLib/CircularBuffer.cpp
examples/ApplicationLib/CircularBuffer.h
examples/ApplicationLib/EventDispatcher.cpp
examples/ApplicationLib/EventDispatcher.h
examples/ApplicationLib/ExamplesNewOverrides.h
examples/ApplicationLib/hello.c
examples/ApplicationLib/hello.h
examples/ApplicationLib/MockPrinter.h
examples/ApplicationLib/Printer.cpp
examples/ApplicationLib/Printer.h
examples/CppUTestExample.dsw
examples/lib/
examples/Makefile
examples/objs/
examples/README.txt
include/
include/CppUTest/
include/CppUTest/CommandLineArguments.h
include/CppUTest/CommandLineTestRunner.h
include/CppUTest/JUnitTestOutput.h
include/CppUTest/MemoryLeakDetector.h
include/CppUTest/MemoryLeakDetectorMallocMacros.h
include/CppUTest/MemoryLeakDetectorNewMacros.h
include/CppUTest/MemoryLeakWarningPlugin.h
include/CppUTest/PlatformSpecificFunctions.h
include/CppUTest/PlatformSpecificFunctions_c.h
include/CppUTest/SimpleString.h
include/CppUTest/StandardCLibrary.h
include/CppUTest/TestFailure.h
include/CppUTest/TestFilter.h
include/CppUTest/TestHarness.h
include/CppUTest/TestHarness_c.h
include/CppUTest/TestMemoryAllocator.h
include/CppUTest/TestOutput.h
include/CppUTest/TestPlugin.h
include/CppUTest/TestRegistry.h
include/CppUTest/TestResult.h
include/CppUTest/TestTestingFixture.h
include/CppUTest/Utest.h
include/CppUTest/UtestMacros.h
include/CppUTest/VirtualCall.h
include/CppUTestExt/
include/CppUTestExt/CodeMemoryReportFormatter.h
include/CppUTestExt/CppUTestGMock/
include/CppUTestExt/CppUTestGMock/gmock/
include/CppUTestExt/CppUTestGMock/gmock/gmock.h
include/CppUTestExt/CppUTestGTest/
include/CppUTestExt/CppUTestGTest/gtest/
include/CppUTestExt/CppUTestGTest/gtest/gtest.h
include/CppUTestExt/GMock.h
include/CppUTestExt/GTestConvertor.h
include/CppUTestExt/GTestInterface.h
include/CppUTestExt/MemoryReportAllocator.h
include/CppUTestExt/MemoryReporterPlugin.h
include/CppUTestExt/MemoryReportFormatter.h
include/CppUTestExt/MockActualFunctionCall.h
include/CppUTestExt/MockExpectedFunctionCall.h
include/CppUTestExt/MockExpectedFunctionsList.h
include/CppUTestExt/MockFailure.h
include/CppUTestExt/MockFunctionCall.h
include/CppUTestExt/MockNamedValue.h
include/CppUTestExt/MockSupport.h
include/CppUTestExt/MockSupport_c.h
include/CppUTestExt/MockSupportPlugin.h
include/CppUTestExt/OrderedTest.h
include/Platforms/
include/Platforms/Gcc/
include/Platforms/Gcc/Platform.h
include/Platforms/StarterKit/
include/Platforms/StarterKit/Platform.h
include/Platforms/Symbian/
include/Platforms/Symbian/Platform.h
include/Platforms/VisualCpp/
include/Platforms/VisualCpp/Platform.h
include/Platforms/VisualCpp/stdint.h
lib/
lib/NoteOnVisualStudio.txt
lib/vc6/
lib/vs2008/
lib/vs2010/
Makefile
Makefile_CppUTestExt
Makefile_CppUTestExt-old
Makefile_for_old_make
makeVc6.bat
makeVS2008.bat
makeVS2010.bat
objs/
README.md
README_CppUTest.txt
README_CppUTest_for_C.txt
README_InstallCppUTest.txt
README_Symbian.txt
README_UsersOfPriorVersions.txt
releaseNotes.txt
scripts/
scripts/checkForCppUTestEnvVariable.sh
scripts/convertToUnity/
scripts/convertToUnity/cpp_u_test_to_unity.rb
scripts/convertToUnity/cpp_u_test_to_unity_utils.rb
scripts/convertToUnity/cpp_u_test_to_unity_utils_tests.rb
scripts/convertToUnity/create_group_runner.rb
scripts/convertToUnity/create_unity_test_runner.rb
scripts/convertToUnity/README.txt
scripts/CppUnitTemplates/
scripts/CppUnitTemplates/ClassName.cpp
scripts/CppUnitTemplates/ClassName.h
scripts/CppUnitTemplates/ClassNameC.c
scripts/CppUnitTemplates/ClassNameC.h
scripts/CppUnitTemplates/ClassNameCMultipleInstance.c
scripts/CppUnitTemplates/ClassNameCMultipleInstance.h
scripts/CppUnitTemplates/ClassNameCMultipleInstanceTest.cpp
scripts/CppUnitTemplates/ClassNameCPolymorphic.c
scripts/CppUnitTemplates/ClassNameCPolymorphic.h
scripts/CppUnitTemplates/ClassNameCTest.cpp
scripts/CppUnitTemplates/ClassNameTest.cpp
scripts/CppUnitTemplates/InterfaceCTest.cpp
scripts/CppUnitTemplates/InterfaceTest.cpp
scripts/CppUnitTemplates/MockClassName.h
scripts/CppUnitTemplates/MockClassNameC.c
scripts/CppUnitTemplates/MockClassNameC.h
scripts/CppUnitTemplates/ProjectTemplate/
scripts/CppUnitTemplates/ProjectTemp
cleanAll.sh
.cdtproject
.cproject
.project
.settings/
.settings/org.eclipse.cdt.core.prefs
.settings/org.eclipse.cdt.ui.prefs
build/
build/alltests.mmp
build/bld.inf
build/ComponentMakefile
build/ComponentMakefileExampleParameters
build/cpputest.mmp
build/MakefileWorker.mk
build/StaticLibMakefile
cpputest-hist.txt
CppUTest.dsp
CppUTest.dsw
CppUTest.mak
CppUTest.vcproj
CppUTest.vcxproj
CppUTest_VS2008.sln
CppUTest_VS2010.sln
examples/
examples/.cdtproject
examples/.project
examples/.settings/
examples/.settings/org.eclipse.cdt.core.prefs
examples/AllTests/
examples/AllTests/AllTests.cpp
examples/AllTests/AllTests.dsp
examples/AllTests/CircularBufferTest.cpp
examples/AllTests/EventDispatcherTest.cpp
examples/AllTests/HelloTest.cpp
examples/AllTests/MockDocumentationTest.cpp
examples/AllTests/PrinterTest.cpp
examples/AllTests/RunAllTests.sh
examples/ApplicationLib/
examples/ApplicationLib/AllTests.h
examples/ApplicationLib/ApplicationLib.dsp
examples/ApplicationLib/CircularBuffer.cpp
examples/ApplicationLib/CircularBuffer.h
examples/ApplicationLib/EventDispatcher.cpp
examples/ApplicationLib/EventDispatcher.h
examples/ApplicationLib/ExamplesNewOverrides.h
examples/ApplicationLib/hello.c
examples/ApplicationLib/hello.h
examples/ApplicationLib/MockPrinter.h
examples/ApplicationLib/Printer.cpp
examples/ApplicationLib/Printer.h
examples/CppUTestExample.dsw
examples/lib/
examples/Makefile
examples/objs/
examples/README.txt
include/
include/CppUTest/
include/CppUTest/CommandLineArguments.h
include/CppUTest/CommandLineTestRunner.h
include/CppUTest/JUnitTestOutput.h
include/CppUTest/MemoryLeakDetector.h
include/CppUTest/MemoryLeakDetectorMallocMacros.h
include/CppUTest/MemoryLeakDetectorNewMacros.h
include/CppUTest/MemoryLeakWarningPlugin.h
include/CppUTest/PlatformSpecificFunctions.h
include/CppUTest/PlatformSpecificFunctions_c.h
include/CppUTest/SimpleString.h
include/CppUTest/StandardCLibrary.h
include/CppUTest/TestFailure.h
include/CppUTest/TestFilter.h
include/CppUTest/TestHarness.h
include/CppUTest/TestHarness_c.h
include/CppUTest/TestMemoryAllocator.h
include/CppUTest/TestOutput.h
include/CppUTest/TestPlugin.h
include/CppUTest/TestRegistry.h
include/CppUTest/TestResult.h
include/CppUTest/TestTestingFixture.h
include/CppUTest/Utest.h
include/CppUTest/UtestMacros.h
include/CppUTest/VirtualCall.h
include/CppUTestExt/
include/CppUTestExt/CodeMemoryReportFormatter.h
include/CppUTestExt/CppUTestGMock/
include/CppUTestExt/CppUTestGMock/gmock/
include/CppUTestExt/CppUTestGMock/gmock/gmock.h
include/CppUTestExt/CppUTestGTest/
include/CppUTestExt/CppUTestGTest/gtest/
include/CppUTestExt/CppUTestGTest/gtest/gtest.h
include/CppUTestExt/GMock.h
include/CppUTestExt/GTestConvertor.h
include/CppUTestExt/GTestInterface.h
include/CppUTestExt/MemoryReportAllocator.h
include/CppUTestExt/MemoryReporterPlugin.h
include/CppUTestExt/MemoryReportFormatter.h
include/CppUTestExt/MockActualFunctionCall.h
include/CppUTestExt/MockExpectedFunctionCall.h
include/CppUTestExt/MockExpectedFunctionsList.h
include/CppUTestExt/MockFailure.h
include/CppUTestExt/MockFunctionCall.h
include/CppUTestExt/MockNamedValue.h
include/CppUTestExt/MockSupport.h
include/CppUTestExt/MockSupport_c.h
include/CppUTestExt/MockSupportPlugin.h
include/CppUTestExt/OrderedTest.h
include/Platforms/
include/Platforms/Gcc/
include/Platforms/Gcc/Platform.h
include/Platforms/StarterKit/
include/Platforms/StarterKit/Platform.h
include/Platforms/Symbian/
include/Platforms/Symbian/Platform.h
include/Platforms/VisualCpp/
include/Platforms/VisualCpp/Platform.h
include/Platforms/VisualCpp/stdint.h
lib/
lib/NoteOnVisualStudio.txt
lib/vc6/
lib/vs2008/
lib/vs2010/
Makefile
Makefile_CppUTestExt
Makefile_CppUTestExt-old
Makefile_for_old_make
makeVc6.bat
makeVS2008.bat
makeVS2010.bat
objs/
README.md
README_CppUTest.txt
README_CppUTest_for_C.txt
README_InstallCppUTest.txt
README_Symbian.txt
README_UsersOfPriorVersions.txt
releaseNotes.txt
scripts/
scripts/checkForCppUTestEnvVariable.sh
scripts/convertToUnity/
scripts/convertToUnity/cpp_u_test_to_unity.rb
scripts/convertToUnity/cpp_u_test_to_unity_utils.rb
scripts/convertToUnity/cpp_u_test_to_unity_utils_tests.rb
scripts/convertToUnity/create_group_runner.rb
scripts/convertToUnity/create_unity_test_runner.rb
scripts/convertToUnity/README.txt
scripts/CppUnitTemplates/
scripts/CppUnitTemplates/ClassName.cpp
scripts/CppUnitTemplates/ClassName.h
scripts/CppUnitTemplates/ClassNameC.c
scripts/CppUnitTemplates/ClassNameC.h
scripts/CppUnitTemplates/ClassNameCMultipleInstance.c
scripts/CppUnitTemplates/ClassNameCMultipleInstance.h
scripts/CppUnitTemplates/ClassNameCMultipleInstanceTest.cpp
scripts/CppUnitTemplates/ClassNameCPolymorphic.c
scripts/CppUnitTemplates/ClassNameCPolymorphic.h
scripts/CppUnitTemplates/ClassNameCTest.cpp
scripts/CppUnitTemplates/ClassNameTest.cpp
scripts/CppUnitTemplates/InterfaceCTest.cpp
scripts/CppUnitTemplates/InterfaceTest.cpp
scripts/CppUnitTemplates/MockClassName.h
scripts/CppUnitTemplates/MockClassNameC.c
scripts/CppUnitTemplates/MockClassNameC.h
scripts/CppUnitTemplates/ProjectTemplate/
scripts/CppUnitTemplates/ProjectTemp
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
