-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
92 lines (84 loc) · 3.74 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.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/