2 title: 'Ext 4 + Core + Platform',
4 destination: '../test/unit/index.html',
6 srcReplace: ['', '../'],
14 '../../platform/core/test/unit/spec',
15 '../../platform/test/unit/spec',
18 excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
21 '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n'
25 tpl: 'tests/ext4.tpl',
26 destination: '../test/unit/ext4.html',
28 srcReplace: ['', '../'],
36 '../../extjs/test/unit/spec'
41 '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n'
45 tpl: 'tests/core.tpl',
46 destination: '../../platform/core/test/unit/index.html',
48 srcReplace: [/(platform\/core\/)|(\.\.\/test\/unit\/)/,''],
55 '../../platform/core/test/unit/spec',
57 excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
60 '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n'
63 title: 'Core + Platform',
64 tpl: 'tests/platform.tpl',
65 destination: '../../platform/test/unit/index.html',
67 srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''],
68 srcMustMatch: 'platform',
76 '../../platform/core/test/unit/spec',
77 '../../platform/test/unit/spec'
79 excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
81 '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n',
84 '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n',
85 '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n',
86 '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n',
87 '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n',
88 '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n'
91 title: 'Platform Only',
92 tpl: 'tests/platform.tpl',
93 destination: '../../platform/test/unit/platform.html',
95 srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''],
96 srcMustMatch: 'platform',
104 '../../platform/test/unit/spec'
106 excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
108 '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n',
111 '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n',
112 '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n',
113 '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n',
114 '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n',
115 '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n'