testeranto 0.171.0 → 0.173.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/dist/common/src/PM/base.js +4 -0
- package/dist/common/src/PM/main.js +11 -4
- package/dist/common/src/PM/node.js +1 -1
- package/dist/common/src/PM/web.js +3 -3
- package/dist/common/src/ReportServer.js +2 -126
- package/dist/common/src/ReportServer.test.ts/index.js +78 -0
- package/dist/common/src/ReportServerLib.js +135 -0
- package/dist/common/src/components/pure/ProjectPageView.test/implementation.js +1 -1
- package/dist/common/src/lib/abstractBase.js +2 -0
- package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.implementation.js +10 -9
- package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.specification.js +7 -7
- package/dist/common/src/lib/basebuilder.js +8 -2
- package/dist/common/src/lib/pmProxy.js +54 -150
- package/dist/common/testeranto.config.js +35 -20
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/src/PM/base.js +4 -0
- package/dist/module/src/PM/main.js +11 -4
- package/dist/module/src/PM/node.js +1 -1
- package/dist/module/src/PM/web.js +3 -3
- package/dist/module/src/ReportServer.js +2 -123
- package/dist/module/src/ReportServer.test.ts/index.js +73 -0
- package/dist/module/src/ReportServerLib.js +128 -0
- package/dist/module/src/TestPage.js +29 -17
- package/dist/module/src/components/pure/ProjectPageView.test/implementation.js +1 -1
- package/dist/module/src/components/pure/TestPageView.js +29 -17
- package/dist/module/src/lib/abstractBase.js +2 -0
- package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.implementation.js +10 -9
- package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.specification.js +7 -7
- package/dist/module/src/lib/basebuilder.js +8 -2
- package/dist/module/src/lib/pmProxy.js +54 -150
- package/dist/module/testeranto.config.js +35 -20
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/App.css +13 -9
- package/dist/prebuild/App.js +102 -99
- package/dist/prebuild/ReportServer.mjs +15 -9
- package/dist/prebuild/run.mjs +14 -4
- package/dist/types/src/PM/node.d.ts +1 -1
- package/dist/types/src/PM/web.d.ts +1 -1
- package/dist/types/src/ReportServer.test.ts/index.d.ts +29 -0
- package/dist/types/src/ReportServerLib.d.ts +2 -0
- package/dist/types/src/Types.d.ts +0 -1
- package/dist/types/src/components/pure/ProjectPageView.test/index.d.ts +1 -1
- package/dist/types/src/lib/abstractBase.d.ts +1 -1
- package/dist/types/src/lib/baseBuilder.test/baseBuilder.test.types.d.ts +7 -4
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +6 -5
- package/src/PM/base.ts +5 -0
- package/src/PM/main.ts +12 -4
- package/src/PM/node.ts +1 -1
- package/src/PM/web.ts +3 -3
- package/src/ReportServer.test.ts/index.ts +194 -0
- package/src/ReportServer.ts +2 -132
- package/src/ReportServerLib.ts +144 -0
- package/src/TestPage.tsx +65 -5
- package/src/Types.ts +0 -1
- package/src/components/pure/ProjectPageView.test/implementation.tsx +1 -1
- package/src/components/pure/TestPageView.tsx +65 -5
- package/src/lib/abstractBase.ts +4 -1
- package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +22 -10
- package/src/lib/baseBuilder.test/baseBuilder.test.specification.ts +9 -9
- package/src/lib/baseBuilder.test/baseBuilder.test.types.ts +7 -4
- package/src/lib/basebuilder.ts +7 -4
- package/src/lib/pmProxy.ts +78 -155
- package/testeranto/App.css +13 -9
- package/testeranto/App.js +102 -99
- package/testeranto/bundles/node/allTests/metafile.json +38 -781
- package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.node.mjs +983 -24
- package/testeranto/bundles/node/core/metafile.json +486 -0
- package/testeranto/bundles/{pure/allTests/chunk-VMUSFSZM.mjs → node/core/src/lib/baseBuilder.test/baseBuilder.test.node.mjs} +797 -412
- package/testeranto/bundles/node/staticSite/metafile.json +593 -0
- package/testeranto/bundles/node/staticSite/src/ReportServer.test.ts/index.mjs +1594 -0
- package/testeranto/bundles/pure/allTests/metafile.json +157 -585
- package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +740 -27
- package/testeranto/bundles/pure/core/metafile.json +626 -0
- package/testeranto/bundles/{web/allTests/chunk-U7AW26HL.mjs → pure/core/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs} +507 -410
- package/testeranto/bundles/pure/staticSite/metafile.json +8 -0
- package/testeranto/bundles/web/allTests/metafile.json +107 -15292
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +893 -45
- package/testeranto/bundles/web/core/metafile.json +780 -0
- package/testeranto/bundles/web/core/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
- package/testeranto/bundles/web/{allTests/chunk-RLDR6LJN.mjs → core/src/lib/baseBuilder.test/baseBuilder.test.web.mjs} +580 -518
- package/testeranto/bundles/web/staticSite/metafile.json +8 -0
- package/testeranto/projects.json +2 -1
- package/testeranto/reports/allTests/config.json +0 -64
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.txt +2 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +11 -13
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +10 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/tests.json +10 -18
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/type_errors.txt +25 -13
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.txt +2 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +24 -12
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/lint_errors.txt +2 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +49 -55
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/prompt.txt +12 -2
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +10 -18
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +24 -12
- package/testeranto/reports/allTests/summary.json +6 -62
- package/testeranto/reports/core/config.json +24 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +32 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/message.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +26 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/tests.json +69 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/type_errors.txt +74 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +26 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +74 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/lint_errors.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +61 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/message.txt +2 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/prompt.txt +26 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +69 -0
- package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +74 -0
- package/testeranto/reports/core/summary.json +23 -0
- package/testeranto/reports/staticSite/config.json +24 -0
- package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/lint_errors.txt +5 -0
- package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/logs.txt +44 -0
- package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/message.txt +2 -0
- package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/prompt.txt +23 -0
- package/testeranto/reports/{allTests/src/lib/core.test/core.test → staticSite/src/ReportServer.test.ts/index}/node/type_errors.txt +21 -32
- package/testeranto/reports/staticSite/summary.json +9 -0
- package/testeranto/reportsnode_build_errors +17 -0
- package/testeranto.config.ts +37 -20
- package/testeranto/bundles/node/allTests/chunk-3EUGBAOM.mjs +0 -113
- package/testeranto/bundles/node/allTests/chunk-E75CSRER.mjs +0 -800
- package/testeranto/bundles/node/allTests/chunk-M6DO7VMB.mjs +0 -252
- package/testeranto/bundles/node/allTests/src/lib/BaseSuite.test/node.test.mjs +0 -323
- package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +0 -411
- package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +0 -528
- package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +0 -4650
- package/testeranto/bundles/pure/allTests/chunk-KHDVEHF7.mjs +0 -185
- package/testeranto/bundles/pure/allTests/src/Pure.test.mjs +0 -429
- package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +0 -425
- package/testeranto/bundles/web/allTests/chunk-HPYA4YZC.mjs +0 -2283
- package/testeranto/bundles/web/allTests/src/components/pure/ProjectPageView.test/index.html +0 -19
- package/testeranto/bundles/web/allTests/src/components/pure/ProjectPageView.test/index.mjs +0 -37524
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +0 -19
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +0 -440
- package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.txt +0 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/message.txt +0 -2
- package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +0 -13
- package/testeranto/reports/allTests/src/Pure.test/pure/type_errors.txt +0 -101
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/lint_errors.txt +0 -13
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/logs.txt +0 -50
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/message.txt +0 -2
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/prompt.txt +0 -17
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/tests.json +0 -32
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/type_errors.txt +0 -68
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.txt +0 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +0 -52
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +0 -13
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/tests.json +0 -31
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +0 -111
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/bdd_errors.txt +0 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.txt +0 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +0 -14
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/tests.json +0 -31
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +0 -111
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/bdd_errors.txt +0 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/lint_errors.txt +0 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +0 -108
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +0 -14
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/tests.json +0 -31
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +0 -111
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/bdd_errors.txt +0 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.txt +0 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +0 -700
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +0 -16
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json +0 -164
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +0 -138
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/lint_errors.txt +0 -21
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/logs.txt +0 -7
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +0 -18
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/bdd_errors.txt +0 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.txt +0 -20
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +0 -31
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message.txt +0 -2
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +0 -16
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/tests.json +0 -134
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +0 -76
- package/testeranto/reportsweb_build_errors +0 -25
- /package/testeranto/reports/{allTests/src/components/pure/ProjectPageView.test/index/web → core/src/lib/baseBuilder.test/baseBuilder.test.node/node}/bdd_errors.txt +0 -0
- /package/testeranto/reports/{allTests/src/lib/BaseSuite.test/node.test/node → core/src/lib/baseBuilder.test/baseBuilder.test.web/web}/bdd_errors.txt +0 -0
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt
DELETED
|
@@ -1,700 +0,0 @@
|
|
|
1
|
-
stderr > Starting inspector on 127.0.0.1:9229 failed: address already in use
|
|
2
|
-
stdout > [DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
3
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
4
|
-
[DEBUG] BaseSuite givens: initialization,customInput,resourceRequirements,specGeneration,jobCreation,artifactTracking,overridesConfiguration
|
|
5
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
6
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
7
|
-
[DEBUG] BaseSuite givens: customImplementation,customSpecification,modifySpecs,modifyJobs,errorHandling,testRun
|
|
8
|
-
receiveTestResourceConfig {"name":"src/lib/classBuilder.test/classBuilder.test.ts","ports":[],"fs":"testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node","browserWSEndpoint":"ws://127.0.0.1:3234/devtools/browser/394ee8f6-34d6-4f6c-9e91-1aedeebe3685"}
|
|
9
|
-
[Given] Setting currentStep for beforeEach: Default
|
|
10
|
-
Running beforeEach with initializer: [Function: Default]
|
|
11
|
-
Creating default test builder instance
|
|
12
|
-
[DEBUG] Creating MockSuite with name: Basic ClassBuilder Functionality index: 0
|
|
13
|
-
[DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
14
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
15
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
16
|
-
[DEBUG] MockSuite created: Basic ClassBuilder Functionality 0
|
|
17
|
-
[DEBUG] Creating MockSuite with name: Advanced ClassBuilder Functionality index: 1
|
|
18
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
19
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
20
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
21
|
-
[DEBUG] MockSuite created: Advanced ClassBuilder Functionality 1
|
|
22
|
-
Builder created: TestClassBuilderMock {
|
|
23
|
-
artifacts: [],
|
|
24
|
-
testResourceRequirement: { ports: [] },
|
|
25
|
-
suitesOverrides: {
|
|
26
|
-
Default: [Function (anonymous)],
|
|
27
|
-
ExtendedSuite: [Function (anonymous)]
|
|
28
|
-
},
|
|
29
|
-
givenOverides: {
|
|
30
|
-
Default: [Function (anonymous)],
|
|
31
|
-
WithCustomInput: [Function (anonymous)],
|
|
32
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
33
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
34
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
35
|
-
},
|
|
36
|
-
whenOverides: {
|
|
37
|
-
addArtifact: [Function (anonymous)],
|
|
38
|
-
setTestJobs: [Function (anonymous)],
|
|
39
|
-
modifySpecs: [Function (anonymous)],
|
|
40
|
-
modifyJobs: [Function (anonymous)],
|
|
41
|
-
triggerError: [Function (anonymous)]
|
|
42
|
-
},
|
|
43
|
-
thenOverides: {
|
|
44
|
-
initializedProperly: [Function (anonymous)],
|
|
45
|
-
specsGenerated: [Function (anonymous)],
|
|
46
|
-
jobsCreated: [Function (anonymous)],
|
|
47
|
-
artifactsTracked: [Function (anonymous)],
|
|
48
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
49
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
50
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
51
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
52
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
53
|
-
specsModified: [Function (anonymous)],
|
|
54
|
-
jobsModified: [Function (anonymous)],
|
|
55
|
-
errorThrown: [Function (anonymous)],
|
|
56
|
-
testRunSuccessful: [Function (anonymous)]
|
|
57
|
-
},
|
|
58
|
-
testSpecification: [Function: specification],
|
|
59
|
-
specs: [],
|
|
60
|
-
testJobs: [],
|
|
61
|
-
summary: {}
|
|
62
|
-
}
|
|
63
|
-
Initializer returned: TestClassBuilderMock {
|
|
64
|
-
artifacts: [],
|
|
65
|
-
testResourceRequirement: { ports: [] },
|
|
66
|
-
suitesOverrides: {
|
|
67
|
-
Default: [Function (anonymous)],
|
|
68
|
-
ExtendedSuite: [Function (anonymous)]
|
|
69
|
-
},
|
|
70
|
-
givenOverides: {
|
|
71
|
-
Default: [Function (anonymous)],
|
|
72
|
-
WithCustomInput: [Function (anonymous)],
|
|
73
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
74
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
75
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
76
|
-
},
|
|
77
|
-
whenOverides: {
|
|
78
|
-
addArtifact: [Function (anonymous)],
|
|
79
|
-
setTestJobs: [Function (anonymous)],
|
|
80
|
-
modifySpecs: [Function (anonymous)],
|
|
81
|
-
modifyJobs: [Function (anonymous)],
|
|
82
|
-
triggerError: [Function (anonymous)]
|
|
83
|
-
},
|
|
84
|
-
thenOverides: {
|
|
85
|
-
initializedProperly: [Function (anonymous)],
|
|
86
|
-
specsGenerated: [Function (anonymous)],
|
|
87
|
-
jobsCreated: [Function (anonymous)],
|
|
88
|
-
artifactsTracked: [Function (anonymous)],
|
|
89
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
90
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
91
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
92
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
93
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
94
|
-
specsModified: [Function (anonymous)],
|
|
95
|
-
jobsModified: [Function (anonymous)],
|
|
96
|
-
errorThrown: [Function (anonymous)],
|
|
97
|
-
testRunSuccessful: [Function (anonymous)]
|
|
98
|
-
},
|
|
99
|
-
testSpecification: [Function: specification],
|
|
100
|
-
specs: [],
|
|
101
|
-
testJobs: [],
|
|
102
|
-
summary: {}
|
|
103
|
-
}
|
|
104
|
-
[Then] Setting currentStep for butThen: initializedProperly: undefined
|
|
105
|
-
Checking builder initialization: {
|
|
106
|
-
builder: TestClassBuilderMock {
|
|
107
|
-
artifacts: [],
|
|
108
|
-
testResourceRequirement: { ports: [] },
|
|
109
|
-
suitesOverrides: {
|
|
110
|
-
Default: [Function (anonymous)],
|
|
111
|
-
ExtendedSuite: [Function (anonymous)]
|
|
112
|
-
},
|
|
113
|
-
givenOverides: {
|
|
114
|
-
Default: [Function (anonymous)],
|
|
115
|
-
WithCustomInput: [Function (anonymous)],
|
|
116
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
117
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
118
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
119
|
-
},
|
|
120
|
-
whenOverides: {
|
|
121
|
-
addArtifact: [Function (anonymous)],
|
|
122
|
-
setTestJobs: [Function (anonymous)],
|
|
123
|
-
modifySpecs: [Function (anonymous)],
|
|
124
|
-
modifyJobs: [Function (anonymous)],
|
|
125
|
-
triggerError: [Function (anonymous)]
|
|
126
|
-
},
|
|
127
|
-
thenOverides: {
|
|
128
|
-
initializedProperly: [Function (anonymous)],
|
|
129
|
-
specsGenerated: [Function (anonymous)],
|
|
130
|
-
jobsCreated: [Function (anonymous)],
|
|
131
|
-
artifactsTracked: [Function (anonymous)],
|
|
132
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
133
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
134
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
135
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
136
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
137
|
-
specsModified: [Function (anonymous)],
|
|
138
|
-
jobsModified: [Function (anonymous)],
|
|
139
|
-
errorThrown: [Function (anonymous)],
|
|
140
|
-
testRunSuccessful: [Function (anonymous)]
|
|
141
|
-
},
|
|
142
|
-
testSpecification: [Function: specification],
|
|
143
|
-
specs: [],
|
|
144
|
-
testJobs: [],
|
|
145
|
-
summary: {}
|
|
146
|
-
},
|
|
147
|
-
isMock: true,
|
|
148
|
-
constructor: 'TestClassBuilderMock',
|
|
149
|
-
props: [
|
|
150
|
-
'artifacts',
|
|
151
|
-
'testResourceRequirement',
|
|
152
|
-
'suitesOverrides',
|
|
153
|
-
'givenOverides',
|
|
154
|
-
'whenOverides',
|
|
155
|
-
'thenOverides',
|
|
156
|
-
'testSpecification',
|
|
157
|
-
'specs',
|
|
158
|
-
'testJobs',
|
|
159
|
-
'summary'
|
|
160
|
-
]
|
|
161
|
-
}
|
|
162
|
-
[Given] Setting currentStep for beforeEach: WithCustomInput
|
|
163
|
-
Running beforeEach with initializer: [Function: WithCustomInput]
|
|
164
|
-
Initializer returned: TestClassBuilderMock {
|
|
165
|
-
artifacts: [],
|
|
166
|
-
testResourceRequirement: [class (anonymous)],
|
|
167
|
-
suitesOverrides: {
|
|
168
|
-
Default: [Function (anonymous)],
|
|
169
|
-
ExtendedSuite: [Function (anonymous)]
|
|
170
|
-
},
|
|
171
|
-
givenOverides: {
|
|
172
|
-
Default: [Function (anonymous)],
|
|
173
|
-
WithCustomInput: [Function (anonymous)],
|
|
174
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
175
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
176
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
177
|
-
},
|
|
178
|
-
whenOverides: {
|
|
179
|
-
addArtifact: [Function (anonymous)],
|
|
180
|
-
setTestJobs: [Function (anonymous)],
|
|
181
|
-
modifySpecs: [Function (anonymous)],
|
|
182
|
-
modifyJobs: [Function (anonymous)],
|
|
183
|
-
triggerError: [Function (anonymous)]
|
|
184
|
-
},
|
|
185
|
-
thenOverides: {
|
|
186
|
-
initializedProperly: [Function (anonymous)],
|
|
187
|
-
specsGenerated: [Function (anonymous)],
|
|
188
|
-
jobsCreated: [Function (anonymous)],
|
|
189
|
-
artifactsTracked: [Function (anonymous)],
|
|
190
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
191
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
192
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
193
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
194
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
195
|
-
specsModified: [Function (anonymous)],
|
|
196
|
-
jobsModified: [Function (anonymous)],
|
|
197
|
-
errorThrown: [Function (anonymous)],
|
|
198
|
-
testRunSuccessful: [Function (anonymous)]
|
|
199
|
-
},
|
|
200
|
-
testSpecification: [Function: specification],
|
|
201
|
-
specs: [],
|
|
202
|
-
testJobs: [],
|
|
203
|
-
summary: {}
|
|
204
|
-
}
|
|
205
|
-
[Then] Setting currentStep for butThen: initializedProperly: undefined
|
|
206
|
-
stdout > Checking builder initialization: {
|
|
207
|
-
builder: TestClassBuilderMock {
|
|
208
|
-
artifacts: [],
|
|
209
|
-
testResourceRequirement: [class (anonymous)],
|
|
210
|
-
suitesOverrides: {
|
|
211
|
-
Default: [Function (anonymous)],
|
|
212
|
-
ExtendedSuite: [Function (anonymous)]
|
|
213
|
-
},
|
|
214
|
-
givenOverides: {
|
|
215
|
-
Default: [Function (anonymous)],
|
|
216
|
-
WithCustomInput: [Function (anonymous)],
|
|
217
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
218
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
219
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
220
|
-
},
|
|
221
|
-
whenOverides: {
|
|
222
|
-
addArtifact: [Function (anonymous)],
|
|
223
|
-
setTestJobs: [Function (anonymous)],
|
|
224
|
-
modifySpecs: [Function (anonymous)],
|
|
225
|
-
modifyJobs: [Function (anonymous)],
|
|
226
|
-
triggerError: [Function (anonymous)]
|
|
227
|
-
},
|
|
228
|
-
thenOverides: {
|
|
229
|
-
initializedProperly: [Function (anonymous)],
|
|
230
|
-
specsGenerated: [Function (anonymous)],
|
|
231
|
-
jobsCreated: [Function (anonymous)],
|
|
232
|
-
artifactsTracked: [Function (anonymous)],
|
|
233
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
234
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
235
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
236
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
237
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
238
|
-
specsModified: [Function (anonymous)],
|
|
239
|
-
jobsModified: [Function (anonymous)],
|
|
240
|
-
errorThrown: [Function (anonymous)],
|
|
241
|
-
testRunSuccessful: [Function (anonymous)]
|
|
242
|
-
},
|
|
243
|
-
testSpecification: [Function: specification],
|
|
244
|
-
specs: [],
|
|
245
|
-
testJobs: [],
|
|
246
|
-
summary: {}
|
|
247
|
-
},
|
|
248
|
-
isMock: true,
|
|
249
|
-
constructor: 'TestClassBuilderMock',
|
|
250
|
-
props: [
|
|
251
|
-
'artifacts',
|
|
252
|
-
'testResourceRequirement',
|
|
253
|
-
'suitesOverrides',
|
|
254
|
-
'givenOverides',
|
|
255
|
-
'whenOverides',
|
|
256
|
-
'thenOverides',
|
|
257
|
-
'testSpecification',
|
|
258
|
-
'specs',
|
|
259
|
-
'testJobs',
|
|
260
|
-
'summary'
|
|
261
|
-
]
|
|
262
|
-
}
|
|
263
|
-
[Given] Setting currentStep for beforeEach: WithResourceRequirements
|
|
264
|
-
Running beforeEach with initializer: [Function: WithResourceRequirements]
|
|
265
|
-
Initializer returned: TestClassBuilderMock {
|
|
266
|
-
artifacts: [],
|
|
267
|
-
testResourceRequirement: [class (anonymous)],
|
|
268
|
-
suitesOverrides: {
|
|
269
|
-
Default: [Function (anonymous)],
|
|
270
|
-
ExtendedSuite: [Function (anonymous)]
|
|
271
|
-
},
|
|
272
|
-
givenOverides: {
|
|
273
|
-
Default: [Function (anonymous)],
|
|
274
|
-
WithCustomInput: [Function (anonymous)],
|
|
275
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
276
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
277
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
278
|
-
},
|
|
279
|
-
whenOverides: {
|
|
280
|
-
addArtifact: [Function (anonymous)],
|
|
281
|
-
setTestJobs: [Function (anonymous)],
|
|
282
|
-
modifySpecs: [Function (anonymous)],
|
|
283
|
-
modifyJobs: [Function (anonymous)],
|
|
284
|
-
triggerError: [Function (anonymous)]
|
|
285
|
-
},
|
|
286
|
-
thenOverides: {
|
|
287
|
-
initializedProperly: [Function (anonymous)],
|
|
288
|
-
specsGenerated: [Function (anonymous)],
|
|
289
|
-
jobsCreated: [Function (anonymous)],
|
|
290
|
-
artifactsTracked: [Function (anonymous)],
|
|
291
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
292
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
293
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
294
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
295
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
296
|
-
specsModified: [Function (anonymous)],
|
|
297
|
-
jobsModified: [Function (anonymous)],
|
|
298
|
-
errorThrown: [Function (anonymous)],
|
|
299
|
-
testRunSuccessful: [Function (anonymous)]
|
|
300
|
-
},
|
|
301
|
-
testSpecification: [Function: specification],
|
|
302
|
-
specs: [],
|
|
303
|
-
testJobs: [],
|
|
304
|
-
summary: {}
|
|
305
|
-
}
|
|
306
|
-
[Then] Setting currentStep for butThen: resourceRequirementsSet: undefined
|
|
307
|
-
[Given] Setting currentStep for beforeEach: Default
|
|
308
|
-
Running beforeEach with initializer: [Function: Default]
|
|
309
|
-
Creating default test builder instance
|
|
310
|
-
[DEBUG] Creating MockSuite with name: Basic ClassBuilder Functionality index: 0
|
|
311
|
-
[DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
312
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
313
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
314
|
-
[DEBUG] MockSuite created: Basic ClassBuilder Functionality 0
|
|
315
|
-
[DEBUG] Creating MockSuite with name: Advanced ClassBuilder Functionality index: 1
|
|
316
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
317
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
318
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
319
|
-
[DEBUG] MockSuite created: Advanced ClassBuilder Functionality 1
|
|
320
|
-
Builder created: TestClassBuilderMock {
|
|
321
|
-
artifacts: [],
|
|
322
|
-
testResourceRequirement: { ports: [] },
|
|
323
|
-
suitesOverrides: {
|
|
324
|
-
Default: [Function (anonymous)],
|
|
325
|
-
ExtendedSuite: [Function (anonymous)]
|
|
326
|
-
},
|
|
327
|
-
givenOverides: {
|
|
328
|
-
Default: [Function (anonymous)],
|
|
329
|
-
WithCustomInput: [Function (anonymous)],
|
|
330
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
331
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
332
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
333
|
-
},
|
|
334
|
-
whenOverides: {
|
|
335
|
-
addArtifact: [Function (anonymous)],
|
|
336
|
-
setTestJobs: [Function (anonymous)],
|
|
337
|
-
modifySpecs: [Function (anonymous)],
|
|
338
|
-
modifyJobs: [Function (anonymous)],
|
|
339
|
-
triggerError: [Function (anonymous)]
|
|
340
|
-
},
|
|
341
|
-
thenOverides: {
|
|
342
|
-
initializedProperly: [Function (anonymous)],
|
|
343
|
-
specsGenerated: [Function (anonymous)],
|
|
344
|
-
jobsCreated: [Function (anonymous)],
|
|
345
|
-
artifactsTracked: [Function (anonymous)],
|
|
346
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
347
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
348
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
349
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
350
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
351
|
-
specsModified: [Function (anonymous)],
|
|
352
|
-
jobsModified: [Function (anonymous)],
|
|
353
|
-
errorThrown: [Function (anonymous)],
|
|
354
|
-
testRunSuccessful: [Function (anonymous)]
|
|
355
|
-
},
|
|
356
|
-
testSpecification: [Function: specification],
|
|
357
|
-
specs: [],
|
|
358
|
-
testJobs: [],
|
|
359
|
-
summary: {}
|
|
360
|
-
}
|
|
361
|
-
Initializer returned: TestClassBuilderMock {
|
|
362
|
-
artifacts: [],
|
|
363
|
-
testResourceRequirement: { ports: [] },
|
|
364
|
-
suitesOverrides: {
|
|
365
|
-
Default: [Function (anonymous)],
|
|
366
|
-
ExtendedSuite: [Function (anonymous)]
|
|
367
|
-
},
|
|
368
|
-
givenOverides: {
|
|
369
|
-
Default: [Function (anonymous)],
|
|
370
|
-
WithCustomInput: [Function (anonymous)],
|
|
371
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
372
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
373
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
374
|
-
},
|
|
375
|
-
whenOverides: {
|
|
376
|
-
addArtifact: [Function (anonymous)],
|
|
377
|
-
setTestJobs: [Function (anonymous)],
|
|
378
|
-
modifySpecs: [Function (anonymous)],
|
|
379
|
-
modifyJobs: [Function (anonymous)],
|
|
380
|
-
triggerError: [Function (anonymous)]
|
|
381
|
-
},
|
|
382
|
-
thenOverides: {
|
|
383
|
-
initializedProperly: [Function (anonymous)],
|
|
384
|
-
specsGenerated: [Function (anonymous)],
|
|
385
|
-
jobsCreated: [Function (anonymous)],
|
|
386
|
-
artifactsTracked: [Function (anonymous)],
|
|
387
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
388
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
389
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
390
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
391
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
392
|
-
specsModified: [Function (anonymous)],
|
|
393
|
-
jobsModified: [Function (anonymous)],
|
|
394
|
-
errorThrown: [Function (anonymous)],
|
|
395
|
-
testRunSuccessful: [Function (anonymous)]
|
|
396
|
-
},
|
|
397
|
-
testSpecification: [Function: specification],
|
|
398
|
-
specs: [],
|
|
399
|
-
testJobs: [],
|
|
400
|
-
summary: {}
|
|
401
|
-
}
|
|
402
|
-
[Then] Setting currentStep for butThen: specsGenerated: undefined
|
|
403
|
-
[Given] Setting currentStep for beforeEach: Default
|
|
404
|
-
Running beforeEach with initializer: [Function: Default]
|
|
405
|
-
Creating default test builder instance
|
|
406
|
-
[DEBUG] Creating MockSuite with name: Basic ClassBuilder Functionality index: 0
|
|
407
|
-
[DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
408
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
409
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
410
|
-
[DEBUG] MockSuite created: Basic ClassBuilder Functionality 0
|
|
411
|
-
[DEBUG] Creating MockSuite with name: Advanced ClassBuilder Functionality index: 1
|
|
412
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
413
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
414
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
415
|
-
[DEBUG] MockSuite created: Advanced ClassBuilder Functionality 1
|
|
416
|
-
Builder created: TestClassBuilderMock {
|
|
417
|
-
artifacts: [],
|
|
418
|
-
testResourceRequirement: { ports: [] },
|
|
419
|
-
suitesOverrides: {
|
|
420
|
-
Default: [Function (stdout > anonymous)],
|
|
421
|
-
ExtendedSuite: [Function (anonymous)]
|
|
422
|
-
},
|
|
423
|
-
givenOverides: {
|
|
424
|
-
Default: [Function (anonymous)],
|
|
425
|
-
WithCustomInput: [Function (anonymous)],
|
|
426
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
427
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
428
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
429
|
-
},
|
|
430
|
-
whenOverides: {
|
|
431
|
-
addArtifact: [Function (anonymous)],
|
|
432
|
-
setTestJobs: [Function (anonymous)],
|
|
433
|
-
modifySpecs: [Function (anonymous)],
|
|
434
|
-
modifyJobs: [Function (anonymous)],
|
|
435
|
-
triggerError: [Function (anonymous)]
|
|
436
|
-
},
|
|
437
|
-
thenOverides: {
|
|
438
|
-
initializedProperly: [Function (anonymous)],
|
|
439
|
-
specsGenerated: [Function (anonymous)],
|
|
440
|
-
jobsCreated: [Function (anonymous)],
|
|
441
|
-
artifactsTracked: [Function (anonymous)],
|
|
442
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
443
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
444
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
445
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
446
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
447
|
-
specsModified: [Function (anonymous)],
|
|
448
|
-
jobsModified: [Function (anonymous)],
|
|
449
|
-
errorThrown: [Function (anonymous)],
|
|
450
|
-
testRunSuccessful: [Function (anonymous)]
|
|
451
|
-
},
|
|
452
|
-
testSpecification: [Function: specification],
|
|
453
|
-
specs: [],
|
|
454
|
-
testJobs: [],
|
|
455
|
-
summary: {}
|
|
456
|
-
}
|
|
457
|
-
Initializer returned: TestClassBuilderMock {
|
|
458
|
-
artifacts: [],
|
|
459
|
-
testResourceRequirement: { ports: [] },
|
|
460
|
-
suitesOverrides: {
|
|
461
|
-
Default: [Function (anonymous)],
|
|
462
|
-
ExtendedSuite: [Function (anonymous)]
|
|
463
|
-
},
|
|
464
|
-
givenOverides: {
|
|
465
|
-
Default: [Function (anonymous)],
|
|
466
|
-
WithCustomInput: [Function (anonymous)],
|
|
467
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
468
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
469
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
470
|
-
},
|
|
471
|
-
whenOverides: {
|
|
472
|
-
addArtifact: [Function (anonymous)],
|
|
473
|
-
setTestJobs: [Function (anonymous)],
|
|
474
|
-
modifySpecs: [Function (anonymous)],
|
|
475
|
-
modifyJobs: [Function (anonymous)],
|
|
476
|
-
triggerError: [Function (anonymous)]
|
|
477
|
-
},
|
|
478
|
-
thenOverides: {
|
|
479
|
-
initializedProperly: [Function (anonymous)],
|
|
480
|
-
specsGenerated: [Function (anonymous)],
|
|
481
|
-
jobsCreated: [Function (anonymous)],
|
|
482
|
-
artifactsTracked: [Function (anonymous)],
|
|
483
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
484
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
485
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
486
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
487
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
488
|
-
specsModified: [Function (anonymous)],
|
|
489
|
-
jobsModified: [Function (anonymous)],
|
|
490
|
-
errorThrown: [Function (anonymous)],
|
|
491
|
-
testRunSuccessful: [Function (anonymous)]
|
|
492
|
-
},
|
|
493
|
-
testSpecification: [Function: specification],
|
|
494
|
-
specs: [],
|
|
495
|
-
testJobs: [],
|
|
496
|
-
summary: {}
|
|
497
|
-
}
|
|
498
|
-
[Then] Setting currentStep for butThen: jobsCreated: undefined
|
|
499
|
-
[Given] Setting currentStep for beforeEach: Default
|
|
500
|
-
Running beforeEach with initializer: [Function: Default]
|
|
501
|
-
Creating default test builder instance
|
|
502
|
-
[DEBUG] Creating MockSuite with name: Basic ClassBuilder Functionality index: 0
|
|
503
|
-
[DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
504
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
505
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
506
|
-
[DEBUG] MockSuite created: Basic ClassBuilder Functionality 0
|
|
507
|
-
[DEBUG] Creating MockSuite with name: Advanced ClassBuilder Functionality index: 1
|
|
508
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
509
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
510
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
511
|
-
[DEBUG] MockSuite created: Advanced ClassBuilder Functionality 1
|
|
512
|
-
Builder created: TestClassBuilderMock {
|
|
513
|
-
artifacts: [],
|
|
514
|
-
testResourceRequirement: { ports: [] },
|
|
515
|
-
suitesOverrides: {
|
|
516
|
-
Default: [Function (anonymous)],
|
|
517
|
-
ExtendedSuite: [Function (anonymous)]
|
|
518
|
-
},
|
|
519
|
-
givenOverides: {
|
|
520
|
-
Default: [Function (anonymous)],
|
|
521
|
-
WithCustomInput: [Function (anonymous)],
|
|
522
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
523
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
524
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
525
|
-
},
|
|
526
|
-
whenOverides: {
|
|
527
|
-
addArtifact: [Function (anonymous)],
|
|
528
|
-
setTestJobs: [Function (anonymous)],
|
|
529
|
-
modifySpecs: [Function (anonymous)],
|
|
530
|
-
modifyJobs: [Function (anonymous)],
|
|
531
|
-
triggerError: [Function (anonymous)]
|
|
532
|
-
},
|
|
533
|
-
thenOverides: {
|
|
534
|
-
initializedProperly: [Function (anonymous)],
|
|
535
|
-
specsGenerated: [Function (anonymous)],
|
|
536
|
-
jobsCreated: [Function (anonymous)],
|
|
537
|
-
artifactsTracked: [Function (anonymous)],
|
|
538
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
539
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
540
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
541
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
542
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
543
|
-
specsModified: [Function (anonymous)],
|
|
544
|
-
jobsModified: [Function (anonymous)],
|
|
545
|
-
errorThrown: [Function (anonymous)],
|
|
546
|
-
testRunSuccessful: [Function (anonymous)]
|
|
547
|
-
},
|
|
548
|
-
testSpecification: [Function: specification],
|
|
549
|
-
specs: [],
|
|
550
|
-
testJobs: [],
|
|
551
|
-
summary: {}
|
|
552
|
-
}
|
|
553
|
-
Initializer returned: TestClassBuilderMock {
|
|
554
|
-
artifacts: [],
|
|
555
|
-
testResourceRequirement: { ports: [] },
|
|
556
|
-
suitesOverrides: {
|
|
557
|
-
Default: [Function (anonymous)],
|
|
558
|
-
ExtendedSuite: [Function (anonymous)]
|
|
559
|
-
},
|
|
560
|
-
givenOverides: {
|
|
561
|
-
Default: [Function (anonymous)],
|
|
562
|
-
WithCustomInput: [Function (anonymous)],
|
|
563
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
564
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
565
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
566
|
-
},
|
|
567
|
-
whenOverides: {
|
|
568
|
-
addArtifact: [Function (anonymous)],
|
|
569
|
-
setTestJobs: [Function (anonymous)],
|
|
570
|
-
modifySpecs: [Function (anonymous)],
|
|
571
|
-
modifyJobs: [Function (anonymous)],
|
|
572
|
-
triggerError: [Function (anonymous)]
|
|
573
|
-
},
|
|
574
|
-
thenOverides: {
|
|
575
|
-
initializedProperly: [Function (anonymous)],
|
|
576
|
-
specsGenerated: [Function (anonymous)],
|
|
577
|
-
jobsCreated: [Function (anonymous)],
|
|
578
|
-
artifactsTracked: [Function (anonymous)],
|
|
579
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
580
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
581
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
582
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
583
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
584
|
-
specsModified: [Function (anonymous)],
|
|
585
|
-
jobsModified: [Function (anonymous)],
|
|
586
|
-
errorThrown: [Function (anonymous)],
|
|
587
|
-
testRunSuccessful: [Function (anonymous)]
|
|
588
|
-
},
|
|
589
|
-
testSpecification: [Function: specification],
|
|
590
|
-
specs: [],
|
|
591
|
-
testJobs: [],
|
|
592
|
-
summary: {}
|
|
593
|
-
}
|
|
594
|
-
[DEBUG] Executing When step: addArtifact: [object Promise]
|
|
595
|
-
[When] Setting currentStep for andWhen: addArtifact: [object Promise]
|
|
596
|
-
[DEBUG] When step completed: addArtifact: [object Promise]
|
|
597
|
-
[Then] Setting currentStep for butThen: artifactsTracked: undefined
|
|
598
|
-
[Given] Setting currentStep for beforeEach: Default
|
|
599
|
-
Running beforeEach with initializer: [Function: Default]
|
|
600
|
-
Creating default test builder instance
|
|
601
|
-
[DEBUG] Creating MockSuite with name: Basic ClassBuilder Functionality index: 0
|
|
602
|
-
[DEBUG] BaseSuite constructor - name: Basic ClassBuilder Functionality index: 0
|
|
603
|
-
[DEBUG] BaseSuite initialized: Basic ClassBuilder Functionality 0
|
|
604
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
605
|
-
[DEBUG] MockSuite created: Basic ClassBuilder Functionality 0
|
|
606
|
-
[DEBUG] Creating MockSuite with name: Advanced ClassBuilder Functionality index: 1
|
|
607
|
-
[DEBUG] BaseSuite constructor - name: Advanced ClassBuilder Functionality index: 1
|
|
608
|
-
[DEBUG] BaseSuite initialized: Advanced ClassBuilder Functionality 1
|
|
609
|
-
[DEBUG] BaseSuite givens: testGiven
|
|
610
|
-
[DEBUG] MockSuite created: Advanced ClassBuilder Functionality 1
|
|
611
|
-
Builder created: TestClassBuilderMock {
|
|
612
|
-
artifacts: [],
|
|
613
|
-
testResourceRequirement: { ports: [] },
|
|
614
|
-
suitesOverrides: {
|
|
615
|
-
Default: [Function (anonymous)],
|
|
616
|
-
ExtendedSuite: [Function (anonymous)]
|
|
617
|
-
},
|
|
618
|
-
givenOverides: {
|
|
619
|
-
Default: [Function (anonymous)],
|
|
620
|
-
WithCustomInput: [Function (anonymous)],
|
|
621
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
622
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
623
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
624
|
-
},
|
|
625
|
-
whenOverides: {
|
|
626
|
-
addArtifact: [Function (anonymous)],
|
|
627
|
-
setTestJobs: [Function (anonymous)],
|
|
628
|
-
modifySpecs: [Function (anonymous)],
|
|
629
|
-
modifyJobs: [Function (anonymousstdout > )],
|
|
630
|
-
triggerError: [Function (anonymous)]
|
|
631
|
-
},
|
|
632
|
-
thenOverides: {
|
|
633
|
-
initializedProperly: [Function (anonymous)],
|
|
634
|
-
specsGenerated: [Function (anonymous)],
|
|
635
|
-
jobsCreated: [Function (anonymous)],
|
|
636
|
-
artifactsTracked: [Function (anonymous)],
|
|
637
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
638
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
639
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
640
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
641
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
642
|
-
specsModified: [Function (anonymous)],
|
|
643
|
-
jobsModified: [Function (anonymous)],
|
|
644
|
-
errorThrown: [Function (anonymous)],
|
|
645
|
-
testRunSuccessful: [Function (anonymous)]
|
|
646
|
-
},
|
|
647
|
-
testSpecification: [Function: specification],
|
|
648
|
-
specs: [],
|
|
649
|
-
testJobs: [],
|
|
650
|
-
summary: {}
|
|
651
|
-
}
|
|
652
|
-
Initializer returned: TestClassBuilderMock {
|
|
653
|
-
artifacts: [],
|
|
654
|
-
testResourceRequirement: { ports: [] },
|
|
655
|
-
suitesOverrides: {
|
|
656
|
-
Default: [Function (anonymous)],
|
|
657
|
-
ExtendedSuite: [Function (anonymous)]
|
|
658
|
-
},
|
|
659
|
-
givenOverides: {
|
|
660
|
-
Default: [Function (anonymous)],
|
|
661
|
-
WithCustomInput: [Function (anonymous)],
|
|
662
|
-
WithResourceRequirements: [Function (anonymous)],
|
|
663
|
-
WithCustomImplementation: [Function (anonymous)],
|
|
664
|
-
WithCustomSpecification: [Function (anonymous)]
|
|
665
|
-
},
|
|
666
|
-
whenOverides: {
|
|
667
|
-
addArtifact: [Function (anonymous)],
|
|
668
|
-
setTestJobs: [Function (anonymous)],
|
|
669
|
-
modifySpecs: [Function (anonymous)],
|
|
670
|
-
modifyJobs: [Function (anonymous)],
|
|
671
|
-
triggerError: [Function (anonymous)]
|
|
672
|
-
},
|
|
673
|
-
thenOverides: {
|
|
674
|
-
initializedProperly: [Function (anonymous)],
|
|
675
|
-
specsGenerated: [Function (anonymous)],
|
|
676
|
-
jobsCreated: [Function (anonymous)],
|
|
677
|
-
artifactsTracked: [Function (anonymous)],
|
|
678
|
-
resourceRequirementsSet: [Function (anonymous)],
|
|
679
|
-
suitesOverridesConfigured: [Function (anonymous)],
|
|
680
|
-
givensOverridesConfigured: [Function (anonymous)],
|
|
681
|
-
whensOverridesConfigured: [Function (anonymous)],
|
|
682
|
-
thensOverridesConfigured: [Function (anonymous)],
|
|
683
|
-
specsModified: [Function (anonymous)],
|
|
684
|
-
jobsModified: [Function (anonymous)],
|
|
685
|
-
errorThrown: [Function (anonymous)],
|
|
686
|
-
testRunSuccessful: [Function (anonymous)]
|
|
687
|
-
},
|
|
688
|
-
testSpecification: [Function: specification],
|
|
689
|
-
specs: [],
|
|
690
|
-
testJobs: [],
|
|
691
|
-
summary: {}
|
|
692
|
-
}
|
|
693
|
-
[Then] Setting currentStep for butThen: suitesOverridesConfigured: undefined
|
|
694
|
-
[Then] Setting currentStep for butThen: givensOverridesConfigured: undefined
|
|
695
|
-
[Then] Setting currentStep for butThen: whensOverridesConfigured: undefined
|
|
696
|
-
[Then] Setting currentStep for butThen: thensOverridesConfigured: undefined
|
|
697
|
-
toObj error undefined
|
|
698
|
-
[DEBUG] Features extracted: ClassBuilder should initialize with default values,[object Object],[object Object],Should generate specs from test specification,Should create test jobs from specs,Should track artifacts,Should properly configure all overrides
|
|
699
|
-
[DEBUG] Features extracted: ClassBuilder should initialize with default values,[object Object],[object Object],Should generate specs from test specification,Should create test jobs from specs,Should track artifacts,Should properly configure all overrides
|
|
700
|
-
stderr > goodbye node with failures 0
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message.txt
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Fix the failing tests described in testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json and testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt. Focus on the bdd tests before all other concerns. You may add any debugging you think is necessary.
|