1 Star 0 Fork 0

OpenCodeShare/mockcpp

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 3.74 KB
Copy Edit Raw Blame History
sinojelly authored 2021-06-25 23:08 +08:00 . set version to 2.7, compile libmockcpp.a to lib.
.vscode
build*/
__pycache__
# Autogenerated files while compile & test mockcpp
# Generated mockcpp header files
include/mockcpp/ArgumentsListDef.h
include/mockcpp/DefaultMethodAddrGetterDef.h
include/mockcpp/DelegatedMethodDef.h
include/mockcpp/DelegatedMethodGetByVptrDef.h
include/mockcpp/DelegatedMethodGetDef.h
include/mockcpp/DestructorAddrGetterDef.h
include/mockcpp/MethodIndiceCheckerDef.h
include/mockcpp/MethodTypeTraitsDef.h
# Generated test files
tests/ut/TestIsStringEndWith.cpp
tests/ut/TestChainableMockMethod.cpp
tests/ut/TestChainableMockMethodNameKey.cpp
tests/ut/TestAny.cpp
tests/ut/TestApiHook.cpp
tests/ut/TestApiHookBase.cpp
tests/ut/TestChainableMockMethodContainer.cpp
tests/ut/TestChainableObject.cpp
tests/ut/TestCheck.cpp
tests/ut/TestConstraintSet.cpp
tests/ut/TestDelegatedMethod.cpp
tests/ut/TestDestructorChecker.cpp
tests/ut/TestFormatter.cpp
tests/ut/TestHolder.cpp
tests/ut/TestIncrementStub.cpp
tests/ut/TestInterfaceInfo.cpp
tests/ut/TestInvocation.cpp
tests/ut/TestInvocationMocker.cpp
tests/ut/TestIsEqual.cpp
tests/ut/TestIsStringContains.cpp
tests/ut/TestIsStringStartWith.cpp
tests/ut/TestMockObject.cpp
tests/ut/TestMockObject2.cpp
tests/ut/TestMockcppSample.cpp
tests/ut/TestReturnObjectList.cpp
tests/ut/TestStaticMethodMocker.cpp
tests/ut/TestStringConstraint.cpp
tests/ut/TestStubContainter.cpp
tests/ut/TestApiHookStdcall.cpp
# Autogenerated files while compile & test testngpp
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/ArgumentsListDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/DefaultMethodAddrGetterDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/DelegatedMethodDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/DelegatedMethodGetByVptrDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/DelegatedMethodGetDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/DestructorAddrGetterDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/MethodIndiceCheckerDef.h
tests/3rdparty/testngpp/tests/3rdparty/mockcpp/include/mockcpp/MethodTypeTraitsDef.h
tests/3rdparty/testngpp/tests/ut/TestGeneralTestFilter.cpp
tests/3rdparty/testngpp/tests/ut/TestAsserter.cpp
tests/3rdparty/testngpp/tests/ut/TestAssertionFailure.cpp
tests/3rdparty/testngpp/tests/ut/TestDataDriven.cpp
tests/3rdparty/testngpp/tests/ut/TestMemChecker.cpp
tests/3rdparty/testngpp/tests/ut/TestOrCompositeTestFilter.cpp
tests/3rdparty/testngpp/tests/ut/TestPosixFNMatcher.cpp
tests/3rdparty/testngpp/tests/ut/TestSimpleTestSuiteResultReporter.cpp
tests/3rdparty/testngpp/tests/ut/TestStringToOptions.cpp
tests/3rdparty/testngpp/tests/ut/TestTagsParser.cpp
tests/3rdparty/testngpp/tests/ut/TestTestCase.cpp
tests/3rdparty/testngpp/tests/ut/TestTestCaseHierarchy.cpp
tests/3rdparty/testngpp/tests/ut/TestTestFilterFactory.cpp
tests/3rdparty/testngpp/tests/ut/TestTestFixtureDesc.cpp
tests/3rdparty/testngpp/tests/ut/TestTestSuiteDesc.cpp
tests/3rdparty/testngpp/tests/ut/TestXMLBuilder.cpp
tests/3rdparty/testngpp/tests/ut/TestXMLTestListener.cpp
# Auto generated files on linux
tests/3rdparty/testngpp/tests/ut/TestModuleTestSuiteLoader.cpp
tests/3rdparty/testngpp/tests/ut/TestPipeReadableChannel.cpp
tests/3rdparty/testngpp/tests/ut/TestPipeWrittableChannel.cpp
tests/3rdparty/testngpp/tests/ut/TestSandbox.cpp
tests/3rdparty/testngpp/tests/ut/TestSandboxProcessor.cpp
tests/3rdparty/testngpp/tests/ut/TestTestCaseSandboxResultReporter.cpp
tests/3rdparty/testngpp/tests/ut/TestTestFixtureSandboxRunner.cpp
tests/3rdparty/testngpp/tests/ut/TestTestSuiteContext.cpp
tests/ut/TestMethodInfoReader.cpp
tests/ut/TestVirtualTable.cpp
tests/ut/TestSmartPointerChecker.cpp
tests/ut/MockMethodSamples.cpp
# Build install testngpp autogenerated files
tests/3rdparty/testngpp/scripts/dist/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OpenCodeShare/mockcpp.git
git@gitee.com:OpenCodeShare/mockcpp.git
OpenCodeShare
mockcpp
mockcpp
master

Search