代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/124465/6047440
cpp testsetup.cpp
#include
namespace CppUnit {
TestSetUp::TestSetUp( Test *test ) : TestDecorator( test )
{
}
void
TestSetUp::setUp()
{
}
void
TestSetUp::tearDown()
{
}
void
www.eeworm.com/read/124465/6047452
pro makefile.pro
TEMPLATE = lib
DESTDIR = ../../bin
TARGET = cppunit
CONFIG += console warn_off debug staticlib
VERSION = 1.8.0
win32-msvc: TMAKE_CFLAGS += /GX /GR
win32-msvc: TMAKE_CXXFLAGS += /GX /GR
OBJECT
www.eeworm.com/read/123279/6061831
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/ui/mfc
libcppunitinclude_HEADERS = \
TestRunner.h \
MfcTestRunner.h
www.eeworm.com/read/123279/6061835
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/ui/text
libcppunitinclude_HEADERS = \
TestRunner.h \
TextTestRunner.h
www.eeworm.com/read/103694/6213349
cpp testsetup.cpp
#include
namespace CppUnit {
TestSetUp::TestSetUp( Test *test ) : TestDecorator( test )
{
}
void
TestSetUp::setUp()
{
}
void
TestSetUp::tearDown()
{
}
void
www.eeworm.com/read/103694/6213361
pro makefile.pro
TEMPLATE = lib
DESTDIR = ../../bin
TARGET = cppunit
CONFIG += console warn_off debug staticlib
VERSION = 1.8.0
win32-msvc: TMAKE_CFLAGS += /GX /GR
win32-msvc: TMAKE_CXXFLAGS += /GX /GR
OBJECT
www.eeworm.com/read/156734/11781159
html _text_outputter_8cpp.html
CppUnit - The Unit Testing Library