代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/318733/3563490
readme
This directory contains cppunit tests related to projection
classes and implementation in QGIS
To build and run the test suite:
1. run qmake
2. run make
3. run the test(s) by executing ./testproj
www.eeworm.com/read/297878/3881273
h gameserverskilltest.h
#ifndef __GAME_SERVER_SKILL_TEST_H__
#define __GAME_SERVER_SKILL_TEST_H__
#include "GameServerTest.h"
class GameServerSkillTest : public GameServerTest {
CPPUNIT_TEST_SUB_SUITE( GameServerSkillTes
www.eeworm.com/read/297878/3881279
h gameserveritemtest.h
#ifndef __GAME_SERVER_LUCK_PERCENT_H__
#define __GAME_SERVER_LUCK_PERCENT_H__
#include "GameServerTest.h"
class GameServerItemTest : public GameServerTest {
CPPUNIT_TEST_SUB_SUITE( GameServerItemT
www.eeworm.com/read/279583/4135918
cpp mcommon_test.cpp
#include "mcommon_test.h"
#include "../ENV_test.h"
#include "MCRT/mcommon.h"
// register the fixture into registry
CPPUNIT_TEST_SUITE_REGISTRATION( MCommonTest );//register test class in cpp
www.eeworm.com/read/355264/3060920
h gameserverskilltest.h
#ifndef __GAME_SERVER_SKILL_TEST_H__
#define __GAME_SERVER_SKILL_TEST_H__
#include "GameServerTest.h"
class GameServerSkillTest : public GameServerTest {
CPPUNIT_TEST_SUB_SUITE( GameServerSkillTes
www.eeworm.com/read/355264/3060926
h gameserveritemtest.h
#ifndef __GAME_SERVER_LUCK_PERCENT_H__
#define __GAME_SERVER_LUCK_PERCENT_H__
#include "GameServerTest.h"
class GameServerItemTest : public GameServerTest {
CPPUNIT_TEST_SUB_SUITE( GameServerItemT
www.eeworm.com/read/141268/5774225
h instruction_test.h
#include
#include "Instruction.h"
using namespace Core;
class MU0_Load_Store : public Instruction
{
public:
virtual bool execute(void);
DECLARE_SIN
www.eeworm.com/read/141268/5774412
py converter.py
# Written by zcf
# Convert the gdb output to CPPUnit test code
class Converter:
infile_ = None
outfile_ = None
value_map_ = {}
def __init__ (self, infile,
www.eeworm.com/read/133287/5907004
cpp dllmain.cpp
//
// DLLMain.cpp
//
// $Id: //poco/Main/CppUnit/WinTestRunner/src/DLLMain.cpp#5 $
//
#include
#include
static AFX_EXTENSION_MODULE TestRunnerDLL = { NULL, NULL }
www.eeworm.com/read/339586/3296856
in configure.in
dnl Process this file with autoconf to produce a configure script.
dnl Don't forget to run `aclocal -I /usr/local/share/aclocal` before
dnl running autoconf! This is required for AM_PATH_CPPUNIT to wo