PuzzleSDK
BugsTest.cpp
浏览该文件的文档.
1
/****************************************************************************
2
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
3
4
http://www.cocos2d-x.org
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
8
in the Software without restriction, including without limitation the rights
9
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
copies of the Software, and to permit persons to whom the Software is
11
furnished to do so, subject to the following conditions:
12
13
The above copyright notice and this permission notice shall be included in
14
all copies or substantial portions of the Software.
15
16
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
THE SOFTWARE.
23
****************************************************************************/
24
25
#include "
BugsTest.h
"
26
#include "
Bug-350.h
"
27
#include "
Bug-422.h
"
28
#include "
Bug-458/Bug-458.h
"
29
#include "
Bug-624.h
"
30
#include "
Bug-886.h
"
31
#include "
Bug-899.h
"
32
#include "
Bug-914.h
"
33
#include "
Bug-1159.h
"
34
#include "
Bug-1174.h
"
35
#include "
Bug-12847.h
"
36
#include "
Bug-Child.h
"
37
#include "
Bug-CCDrawNode.h
"
38
#include "
Bug-15594.h
"
39
#include "
Bug-15776.h
"
40
41
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
42
#include "
Bug-14327.h
"
43
#endif
44
45
BugsTests::BugsTests()
46
{
47
ADD_TEST_CASE
(
Bug350Layer
);
48
ADD_TEST_CASE
(
Bug422Layer
);
49
ADD_TEST_CASE
(
Bug458Layer
);
50
ADD_TEST_CASE
(
Bug624Layer
);
51
ADD_TEST_CASE
(
Bug886Layer
);
52
ADD_TEST_CASE
(
Bug899Layer
);
53
ADD_TEST_CASE
(
Bug914Layer
);
54
ADD_TEST_CASE
(
Bug1159Layer
);
55
ADD_TEST_CASE
(
Bug1174Layer
);
56
ADD_TEST_CASE
(
BugChild
);
57
ADD_TEST_CASE
(
BugCameraMask
);
58
ADD_TEST_CASE
(
BugDrawNodeLayer
);
59
ADD_TEST_CASE
(
Bug12847Layer
);
60
ADD_TEST_CASE
(
Bug15594Layer
);
61
62
// NOTE: comment this out because it currently crashes during autotest
63
//ADD_TEST_CASE(Bug15776Layer);
64
65
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
66
ADD_TEST_CASE
(
Bug14327Layer
);
67
#endif
68
}
ADD_TEST_CASE
#define ADD_TEST_CASE(__className__)
Definition:
BaseTest.h:211
Bug-1159.h
Bug-1174.h
Bug-12847.h
Bug-14327.h
Bug-15594.h
Bug-15776.h
Bug-350.h
Bug-422.h
Bug-458.h
Bug-624.h
Bug-886.h
Bug-899.h
Bug-914.h
Bug-CCDrawNode.h
Bug-Child.h
BugsTest.h
Bug1159Layer
Definition:
Bug-1159.h:31
Bug1174Layer
Definition:
Bug-1174.h:31
Bug12847Layer
Definition:
Bug-12847.h:31
Bug14327Layer
Definition:
Bug-14327.h:36
Bug15594Layer
Definition:
Bug-15594.h:32
Bug350Layer
Definition:
Bug-350.h:31
Bug422Layer
Definition:
Bug-422.h:31
Bug458Layer
Definition:
Bug-458.h:31
Bug624Layer
Definition:
Bug-624.h:31
Bug886Layer
Definition:
Bug-886.h:31
Bug899Layer
Definition:
Bug-899.h:31
Bug914Layer
Definition:
Bug-914.h:31
BugCameraMask
Definition:
Bug-Child.h:59
BugChild
Definition:
Bug-Child.h:39
BugDrawNodeLayer
Definition:
Bug-CCDrawNode.h:31
Users
yujizhu
Documents
Git
cocos2d-x-4.0
tests
cpp-tests
Classes
BugsTest
BugsTest.cpp
制作者
1.9.2