xunit.ts 1.1.0 → 1.2.2

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 CHANGED
@@ -18,9 +18,9 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts
18
18
 
19
19
  ### Requirements
20
20
 
21
- - Node.js 16
21
+ - Node.js 14, 16, 18
22
22
 
23
- (older versions may work, but only the latest LTS is actively supported)
23
+ (other versions may work, but only the latest minor release for each LTS version is actively supported)
24
24
 
25
25
  ### Installation
26
26
 
@@ -37,7 +37,7 @@ At a minimum, your `tsconfig.json` will require the following:
37
37
  ```json
38
38
  {
39
39
  "compilerOptions": {
40
- "target": "ES5", //or "ES6"
40
+ "target": "ES2015", //or "ES6"
41
41
  "module": "CommonJS",
42
42
  "experimentalDecorators": true
43
43
  }
@@ -123,6 +123,7 @@ Please be sure to read and follow ecoAPM's [Contribution Guidelines](CONTRIBUTIN
123
123
 
124
124
  ### Building / Testing locally
125
125
 
126
+ From the `core` directory:
126
127
  1. `npm install` or `yarn install` to download all dependencies
127
128
  2. `npm run build` or `yarn build` will compile `xunit.ts` and its tests to the `dist` directory
128
129
  3. `npm run test` or `yarn test` will run all unit tests in `dist/tests`
@@ -131,6 +132,6 @@ Please be sure to read and follow ecoAPM's [Contribution Guidelines](CONTRIBUTIN
131
132
  ### Missing an assertion?
132
133
 
133
134
  Create an issue or submit a pull request!
134
- 1. Add a new function to `src/Assertions`
135
- 2. Add tests for both the positive and negative cases in `tests/Assertions`
136
- 3. Add a field for the assertion to `src/Assertions/index.ts`
135
+ 1. Add a new function to `core/src/Assertions`
136
+ 2. Add tests for both the positive and negative cases in `core/tests/Assertions`
137
+ 3. Add a field for the assertion to `core/src/Assertions/index.ts`
package/dist/src/CLI.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import Process from "process";
3
4
  import Args from "command-line-args";
4
5
  import Runner from "./Runners/Runner";
@@ -1 +1 @@
1
- {"version":3,"file":"CLI.d.ts","sourceRoot":"","sources":["../../src/CLI.ts"],"names":[],"mappings":";AAEA,OAAO,OAAO,MAAM,SAAS,CAAC;AAC9B,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAGtC,MAAM,CAAC,OAAO,OAAO,GAAG;IA4EX,OAAO,CAAC,QAAQ,CAAC,aAAa;IAA6C,OAAO,CAAC,QAAQ,CAAC,OAAO;IA3E/G,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CA2C7B;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CA0B9B;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAuB;gBAEvB,aAAa,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,kBAAkB,KAAK,MAAM,EAAmB,OAAO,EAAE,OAAO,OAAO;IAGzH,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC;CAuB7B"}
1
+ {"version":3,"file":"CLI.d.ts","sourceRoot":"","sources":["../../src/CLI.ts"],"names":[],"mappings":";;AAEA,OAAO,OAAO,MAAM,SAAS,CAAC;AAC9B,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAGtC,MAAM,CAAC,OAAO,OAAO,GAAG;IA4EX,OAAO,CAAC,QAAQ,CAAC,aAAa;IAA6C,OAAO,CAAC,QAAQ,CAAC,OAAO;IA3E/G,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CA2C7B;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CA0B9B;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAuB;gBAEvB,aAAa,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,kBAAkB,KAAK,MAAM,EAAmB,OAAO,EAAE,OAAO,OAAO;IAGzH,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC;CAuB7B"}
@@ -36,7 +36,7 @@ class TestSuite {
36
36
  const filtered = {};
37
37
  const keys = Object.keys(this.tests).filter(k => filters.map(f => { var _a; return f.test(`${this.constructor.name}.${(_a = this.tests[k].value) === null || _a === void 0 ? void 0 : _a.name}`); }).filter(m => m).length > 0);
38
38
  keys.forEach(k => {
39
- return filtered[k] = this.tests[k];
39
+ filtered[k] = this.tests[k];
40
40
  });
41
41
  return filtered;
42
42
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TestSuite.js","sourceRoot":"","sources":["../../../src/Framework/TestSuite.ts"],"names":[],"mappings":";;;;;AACA,+DAA6C;AAE7C;;;;;;;;GAQG;AACH,MAA8B,SAAS;IAAvC;QACC,WAAM,GAAG,oBAAgB,CAAC;QAElB,UAAK,GAA6B,EAAE,CAAC;IA2B9C,CAAC;IAzBA,OAAO,CAAC,IAAY,EAAE,IAAc;QACnC,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,IAAI,EAAE;YACpD,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAChB;QACD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACzB,CAAC;IAED,QAAQ,CAAC,KAA+B;QACvC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACpB,CAAC;IAED,QAAQ,CAAC,OAAiB;QACzB,OAAO,OAAO,CAAC,MAAM,GAAG,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;IACf,CAAC;IAED,aAAa,CAAC,OAAiB;QAC9B,MAAM,QAAQ,GAA6B,EAAE,CAAC;QAC9C,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,WAAC,OAAA,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,MAAA,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,0CAAE,IAAI,EAAE,CAAC,CAAA,EAAA,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAC9J,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;YAChB,OAAO,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC;QACH,OAAO,QAAQ,CAAC;IACjB,CAAC;CACD;AA9BD,4BA8BC"}
1
+ {"version":3,"file":"TestSuite.js","sourceRoot":"","sources":["../../../src/Framework/TestSuite.ts"],"names":[],"mappings":";;;;;AACA,+DAA6C;AAE7C;;;;;;;;GAQG;AACH,MAA8B,SAAS;IAAvC;QACC,WAAM,GAAG,oBAAgB,CAAC;QAElB,UAAK,GAA6B,EAAE,CAAC;IA2B9C,CAAC;IAzBA,OAAO,CAAC,IAAY,EAAE,IAAc;QACnC,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,IAAI,EAAE;YACpD,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAChB;QACD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACzB,CAAC;IAED,QAAQ,CAAC,KAA+B;QACvC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACpB,CAAC;IAED,QAAQ,CAAC,OAAiB;QACzB,OAAO,OAAO,CAAC,MAAM,GAAG,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;IACf,CAAC;IAED,aAAa,CAAC,OAAiB;QAC9B,MAAM,QAAQ,GAA6B,EAAE,CAAC;QAC9C,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,WAAC,OAAA,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,MAAA,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,0CAAE,IAAI,EAAE,CAAC,CAAA,EAAA,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAC9J,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;YAChB,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC7B,CAAC,CAAC,CAAC;QACH,OAAO,QAAQ,CAAC;IACjB,CAAC;CACD;AA9BD,4BA8BC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TestSuiteLoader.d.ts","sourceRoot":"","sources":["../../../src/Runners/TestSuiteLoader.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAC/C,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAG1C,MAAM,CAAC,OAAO,OAAO,eAAe;IAEvB,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,UAAU;WAGvC,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE;IAiB1D,MAAM,CAAC,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAWtD,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI9B,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;CAcxF"}
1
+ {"version":3,"file":"TestSuiteLoader.d.ts","sourceRoot":"","sources":["../../../src/Runners/TestSuiteLoader.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAC/C,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAG1C,MAAM,CAAC,OAAO,OAAO,eAAe;IACvB,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,UAAU;WAGvC,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE;IAiB1D,MAAM,CAAC,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAWtD,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI9B,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;CAcxF"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -39,14 +43,15 @@ class TestSuiteLoader {
39
43
  this.file_system = file_system;
40
44
  }
41
45
  static loadTestSuite(file, filters) {
46
+ var _a, _b;
42
47
  return __awaiter(this, void 0, void 0, function* () {
43
48
  const module_path = TestSuiteLoader.getModulePath(__dirname, file);
44
49
  const test_class = yield Promise.resolve().then(() => __importStar(require(module_path)));
45
- if (!(test_class.default.prototype instanceof TestSuite_1.default)) {
50
+ if (!(((_a = test_class.default) === null || _a === void 0 ? void 0 : _a.prototype) instanceof TestSuite_1.default)) {
46
51
  return null;
47
52
  }
48
- const tests = test_class.default.prototype.getTests(filters);
49
- if (Object.keys(tests).length === 0) {
53
+ const tests = (_b = test_class.default) === null || _b === void 0 ? void 0 : _b.prototype.getTests(filters);
54
+ if (tests === undefined || Object.keys(tests).length === 0) {
50
55
  return null;
51
56
  }
52
57
  const suite = new test_class.default();
@@ -1 +1 @@
1
- {"version":3,"file":"TestSuiteLoader.js","sourceRoot":"","sources":["../../../src/Runners/TestSuiteLoader.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAA+C;AAC/C,kEAA0C;AAC1C,gDAAwB;AAExB,MAAqB,eAAe;IAEnC,YAA6B,WAAuB;QAAvB,gBAAW,GAAX,WAAW,CAAY;IACpD,CAAC;IAED,MAAM,CAAO,aAAa,CAAC,IAAY,EAAE,OAAiB;;YACzD,MAAM,WAAW,GAAG,eAAe,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;YACnE,MAAM,UAAU,GAAG,wDAAa,WAAW,GAAC,CAAC;YAC7C,IAAI,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,YAAY,mBAAS,CAAC,EAAE;gBACzD,OAAO,IAAI,CAAC;aACZ;YAED,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;YAC7D,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;gBACpC,OAAO,IAAI,CAAC;aACZ;YAED,MAAM,KAAK,GAAc,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;YAClD,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACtB,OAAO,KAAK,CAAC;QACd,CAAC;KAAA;IAED,MAAM,CAAC,aAAa,CAAC,WAAmB,EAAE,IAAY;QACrD,MAAM,IAAI,GAAG,eAAe,CAAC,iBAAiB,CAAC,cAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;YACxE,CAAC,CAAC,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,IAAI;YAC1D,CAAC,CAAC,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,IAAI,CAAC;QAClC,MAAM,SAAS,GAAG,oBAAU,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,WAAW,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC;QACR,OAAO,GAAG,IAAI,GAAG,cAAI,CAAC,GAAG,GAAG,WAAW,EAAE,CAAC;IAC3C,CAAC;IAED,MAAM,CAAC,iBAAiB,CAAC,GAAW;QACnC,OAAO,GAAG,CAAC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC3C,CAAC;IAEK,cAAc,CAAC,GAAW,EAAE,OAAiB;;YAClD,MAAM,MAAM,GAA8B,EAAE,CAAC;YAE7C,MAAM,KAAK,GAAG,CAAC,MAAM,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;iBAClD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAU,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,oBAAU,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;YAEpF,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;gBACzB,MAAM,KAAK,GAAG,MAAM,eAAe,CAAC,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;gBACjE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE;oBAC1C,MAAM,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;iBACrB;aACD;YACD,OAAO,MAAM,CAAC;QACf,CAAC;KAAA;CACD;AAnDD,kCAmDC"}
1
+ {"version":3,"file":"TestSuiteLoader.js","sourceRoot":"","sources":["../../../src/Runners/TestSuiteLoader.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAA+C;AAC/C,kEAA0C;AAC1C,gDAAwB;AAExB,MAAqB,eAAe;IACnC,YAA6B,WAAuB;QAAvB,gBAAW,GAAX,WAAW,CAAY;IACpD,CAAC;IAED,MAAM,CAAO,aAAa,CAAC,IAAY,EAAE,OAAiB;;;YACzD,MAAM,WAAW,GAAG,eAAe,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;YACnE,MAAM,UAAU,GAAG,wDAAa,WAAW,GAAC,CAAC;YAC7C,IAAI,CAAC,CAAC,CAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,SAAS,aAAY,mBAAS,CAAC,EAAE;gBAC1D,OAAO,IAAI,CAAC;aACZ;YAED,MAAM,KAAK,GAAG,MAAA,UAAU,CAAC,OAAO,0CAAE,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;YAC9D,IAAI,KAAK,KAAK,SAAS,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC3D,OAAO,IAAI,CAAC;aACZ;YAED,MAAM,KAAK,GAAc,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;YAClD,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACtB,OAAO,KAAK,CAAC;;KACb;IAED,MAAM,CAAC,aAAa,CAAC,WAAmB,EAAE,IAAY;QACrD,MAAM,IAAI,GAAG,eAAe,CAAC,iBAAiB,CAAC,cAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;YACxE,CAAC,CAAC,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,IAAI;YAC1D,CAAC,CAAC,KAAK,cAAI,CAAC,GAAG,KAAK,cAAI,CAAC,GAAG,IAAI,CAAC;QAClC,MAAM,SAAS,GAAG,oBAAU,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,WAAW,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC;QACR,OAAO,GAAG,IAAI,GAAG,cAAI,CAAC,GAAG,GAAG,WAAW,EAAE,CAAC;IAC3C,CAAC;IAED,MAAM,CAAC,iBAAiB,CAAC,GAAW;QACnC,OAAO,GAAG,CAAC,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC3C,CAAC;IAEK,cAAc,CAAC,GAAW,EAAE,OAAiB;;YAClD,MAAM,MAAM,GAA8B,EAAE,CAAC;YAE7C,MAAM,KAAK,GAAG,CAAC,MAAM,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;iBAClD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAU,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,oBAAU,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;YAEpF,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;gBACzB,MAAM,KAAK,GAAG,MAAM,eAAe,CAAC,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;gBACjE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE;oBAC1C,MAAM,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;iBACrB;aACD;YACD,OAAO,MAAM,CAAC;QACf,CAAC;KAAA;CACD;AAlDD,kCAkDC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xunit.ts",
3
- "version": "1.1.0",
3
+ "version": "1.2.2",
4
4
  "description": "A unit testing framework for TypeScript, following standard xUnit patterns",
5
5
  "main": "dist/xunit.js",
6
6
  "author": "ecoAPM LLC",
@@ -10,24 +10,21 @@
10
10
  "dependencies": {
11
11
  "colors": "1.4.0",
12
12
  "command-line-args": "5.2.1",
13
- "command-line-usage": "6.1.1",
13
+ "command-line-usage": "6.1.3",
14
14
  "lodash.isequal": "4.5.0",
15
15
  "xml": "1.0.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@microsoft/tsdoc": "0.13.2",
19
18
  "@types/command-line-args": "5.2.0",
20
19
  "@types/command-line-usage": "5.0.2",
21
- "@types/lodash.isequal": "4.5.5",
22
- "@types/node": "17.0.19",
20
+ "@types/lodash.isequal": "4.5.6",
21
+ "@types/node": "18.0.1",
23
22
  "@types/xml": "1.0.8",
24
- "@typescript-eslint/eslint-plugin": "5.12.1",
25
- "@typescript-eslint/parser": "5.12.1",
26
- "eslint": "8.9.0",
27
- "notosans": "5.0.0",
23
+ "@typescript-eslint/eslint-plugin": "5.30.5",
24
+ "@typescript-eslint/parser": "5.30.5",
25
+ "eslint": "8.19.0",
28
26
  "ts-mockito": "2.6.1",
29
- "ts-node": "10.5.0",
30
- "typescript": "4.5.5"
27
+ "typescript": "4.7.4"
31
28
  },
32
29
  "peerDependencies": {
33
30
  "typescript": "^4.0.0"
@@ -35,11 +32,9 @@
35
32
  "scripts": {
36
33
  "clean": "rm -rf dist",
37
34
  "build": "tsc",
38
- "test": "node dist/cli.js dist/tests",
39
- "xunit": "ts-node cli.ts",
40
- "tsdoc": "cp -r node_modules/notosans/* docs/assets && ts-node tsdoc.ts"
35
+ "test": "node dist/cli.js dist/tests"
41
36
  },
42
37
  "bin": {
43
38
  "xunit": "dist/cli.js"
44
39
  }
45
- }
40
+ }
@@ -36,7 +36,7 @@ export default abstract class TestSuite {
36
36
  const filtered: Record<string, TestInfo> = {};
37
37
  const keys = Object.keys(this.tests).filter(k => filters.map(f => f.test(`${this.constructor.name}.${this.tests[k].value?.name}`)).filter(m => m).length > 0);
38
38
  keys.forEach(k => {
39
- return filtered[k] = this.tests[k];
39
+ filtered[k] = this.tests[k];
40
40
  });
41
41
  return filtered;
42
42
  }
@@ -3,19 +3,18 @@ import FileSystem from "../IO/FileSystem";
3
3
  import path from "path";
4
4
 
5
5
  export default class TestSuiteLoader {
6
-
7
6
  constructor(private readonly file_system: FileSystem) {
8
7
  }
9
8
 
10
9
  static async loadTestSuite(file: string, filters: RegExp[]) {
11
10
  const module_path = TestSuiteLoader.getModulePath(__dirname, file);
12
11
  const test_class = await import(module_path);
13
- if (!(test_class.default.prototype instanceof TestSuite)) {
12
+ if (!(test_class.default?.prototype instanceof TestSuite)) {
14
13
  return null;
15
14
  }
16
15
 
17
- const tests = test_class.default.prototype.getTests(filters);
18
- if (Object.keys(tests).length === 0) {
16
+ const tests = test_class.default?.prototype.getTests(filters);
17
+ if (tests === undefined || Object.keys(tests).length === 0) {
19
18
  return null;
20
19
  }
21
20
 
package/tsconfig.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "compilerOptions": {
3
3
  "target": "ES2015",
4
4
  "module": "CommonJS",
5
- "outDir": "./dist/",
5
+ "outDir": "dist/",
6
6
  "strict": true,
7
7
  "sourceMap": true,
8
8
  "declaration": true,
@@ -13,16 +13,13 @@
13
13
  },
14
14
  "files": [
15
15
  "xunit.ts",
16
- "cli.ts",
17
- "tsdoc.ts"
16
+ "cli.ts"
18
17
  ],
19
18
  "include": [
20
- "src/**/*.ts",
21
- "tests/**/*.ts",
22
- "TSDoc/**/*.ts"
19
+ "**/*.ts"
23
20
  ],
24
21
  "exclude": [
25
- "node_modules",
26
- "dist"
22
+ "dist",
23
+ "node_modules"
27
24
  ]
28
25
  }
package/.editorconfig DELETED
@@ -1,26 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- charset = utf-8
5
- indent_style = tab
6
- trim_trailing_whitespace = true
7
- insert_final_newline = false
8
- max_line_length = off
9
-
10
- [{*.yml,*.yaml}]
11
- indent_style = space
12
- indent_size = 2
13
-
14
- [*.cs]
15
- csharp_prefer_braces = true
16
- csharp_style_expression_bodied_methods = true
17
- csharp_style_expression_bodied_constructors = true
18
- csharp_style_expression_bodied_operators = true
19
- csharp_style_expression_bodied_properties = true
20
- csharp_style_expression_bodied_indexers = true
21
- csharp_style_expression_bodied_accessors = true
22
- csharp_style_expression_bodied_lambdas = true
23
- csharp_style_expression_bodied_local_functions = true
24
- csharp_style_pattern_local_over_anonymous_function = false
25
- csharp_style_namespace_declarations = file_scoped:warning
26
- dotnet_diagnostic.S101.severity = suggestion
package/.eslintrc.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "env": {
3
- "node": true
4
- },
5
- "extends": [
6
- "eslint:recommended",
7
- "plugin:@typescript-eslint/recommended"
8
- ],
9
- "ignorePatterns": [
10
- "dist/"
11
- ],
12
- "parser": "@typescript-eslint/parser",
13
- "parserOptions": {
14
- "ecmaVersion": 6,
15
- "sourceType": "module"
16
- },
17
- "plugins": [
18
- "@typescript-eslint"
19
- ],
20
- "rules": {
21
- "indent": [
22
- "warn",
23
- "tab"
24
- ],
25
- "quotes": [
26
- "warn",
27
- "double"
28
- ],
29
- "@typescript-eslint/no-explicit-any": [
30
- "off"
31
- ],
32
- "@typescript-eslint/semi": [
33
- "warn",
34
- "always"
35
- ]
36
- }
37
- }
@@ -1,128 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- We as members, contributors, and leaders pledge to make participation in our
6
- community a harassment-free experience for everyone, regardless of age, body
7
- size, visible or invisible disability, ethnicity, sex characteristics, gender
8
- identity and expression, level of experience, education, socio-economic status,
9
- nationality, personal appearance, race, religion, or sexual identity
10
- and orientation.
11
-
12
- We pledge to act and interact in ways that contribute to an open, welcoming,
13
- diverse, inclusive, and healthy community.
14
-
15
- ## Our Standards
16
-
17
- Examples of behavior that contributes to a positive environment for our
18
- community include:
19
-
20
- * Demonstrating empathy and kindness toward other people
21
- * Being respectful of differing opinions, viewpoints, and experiences
22
- * Giving and gracefully accepting constructive feedback
23
- * Accepting responsibility and apologizing to those affected by our mistakes,
24
- and learning from the experience
25
- * Focusing on what is best not just for us as individuals, but for the
26
- overall community
27
-
28
- Examples of unacceptable behavior include:
29
-
30
- * The use of sexualized language or imagery, and sexual attention or
31
- advances of any kind
32
- * Trolling, insulting or derogatory comments, and personal or political attacks
33
- * Public or private harassment
34
- * Publishing others' private information, such as a physical or email
35
- address, without their explicit permission
36
- * Other conduct which could reasonably be considered inappropriate in a
37
- professional setting
38
-
39
- ## Enforcement Responsibilities
40
-
41
- Community leaders are responsible for clarifying and enforcing our standards of
42
- acceptable behavior and will take appropriate and fair corrective action in
43
- response to any behavior that they deem inappropriate, threatening, offensive,
44
- or harmful.
45
-
46
- Community leaders have the right and responsibility to remove, edit, or reject
47
- comments, commits, code, wiki edits, issues, and other contributions that are
48
- not aligned to this Code of Conduct, and will communicate reasons for moderation
49
- decisions when appropriate.
50
-
51
- ## Scope
52
-
53
- This Code of Conduct applies within all community spaces, and also applies when
54
- an individual is officially representing the community in public spaces.
55
- Examples of representing our community include using an official e-mail address,
56
- posting via an official social media account, or acting as an appointed
57
- representative at an online or offline event.
58
-
59
- ## Enforcement
60
-
61
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
- reported to the community leaders responsible for enforcement at
63
- Steve@ecoAPM.com.
64
- All complaints will be reviewed and investigated promptly and fairly.
65
-
66
- All community leaders are obligated to respect the privacy and security of the
67
- reporter of any incident.
68
-
69
- ## Enforcement Guidelines
70
-
71
- Community leaders will follow these Community Impact Guidelines in determining
72
- the consequences for any action they deem in violation of this Code of Conduct:
73
-
74
- ### 1. Correction
75
-
76
- **Community Impact**: Use of inappropriate language or other behavior deemed
77
- unprofessional or unwelcome in the community.
78
-
79
- **Consequence**: A private, written warning from community leaders, providing
80
- clarity around the nature of the violation and an explanation of why the
81
- behavior was inappropriate. A public apology may be requested.
82
-
83
- ### 2. Warning
84
-
85
- **Community Impact**: A violation through a single incident or series
86
- of actions.
87
-
88
- **Consequence**: A warning with consequences for continued behavior. No
89
- interaction with the people involved, including unsolicited interaction with
90
- those enforcing the Code of Conduct, for a specified period of time. This
91
- includes avoiding interactions in community spaces as well as external channels
92
- like social media. Violating these terms may lead to a temporary or
93
- permanent ban.
94
-
95
- ### 3. Temporary Ban
96
-
97
- **Community Impact**: A serious violation of community standards, including
98
- sustained inappropriate behavior.
99
-
100
- **Consequence**: A temporary ban from any sort of interaction or public
101
- communication with the community for a specified period of time. No public or
102
- private interaction with the people involved, including unsolicited interaction
103
- with those enforcing the Code of Conduct, is allowed during this period.
104
- Violating these terms may lead to a permanent ban.
105
-
106
- ### 4. Permanent Ban
107
-
108
- **Community Impact**: Demonstrating a pattern of violation of community
109
- standards, including sustained inappropriate behavior, harassment of an
110
- individual, or aggression toward or disparagement of classes of individuals.
111
-
112
- **Consequence**: A permanent ban from any sort of public interaction within
113
- the community.
114
-
115
- ## Attribution
116
-
117
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
- version 2.0, available at
119
- https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
120
-
121
- Community Impact Guidelines were inspired by [Mozilla's code of conduct
122
- enforcement ladder](https://github.com/mozilla/diversity).
123
-
124
- [homepage]: https://www.contributor-covenant.org
125
-
126
- For answers to common questions about this code of conduct, see the FAQ at
127
- https://www.contributor-covenant.org/faq. Translations are available at
128
- https://www.contributor-covenant.org/translations.
package/CONTRIBUTING.md DELETED
@@ -1,26 +0,0 @@
1
- # ecoAPM Contribution Guidelines
2
-
3
- First of all, thank you for your interest in contributing!
4
-
5
- This document represents a general set of guidelines to help make the process of community contributions as smooth as possible for all parties involved.
6
-
7
- #### Please read the [Code of Conduct](CODE_OF_CONDUCT.md) prior to participating
8
- - This is the standard "Contributor Covenant" used throughout all ecoAPM codebases, and widely across the OSS landscape
9
- - Building a strong, professional, caring, and empathetic community is paramount in our goal as an OSS company
10
-
11
- #### Discussions about changes should happen in an issue before creating a pull request
12
- - While a change may make sense for a specific use case, it may not match the larger goals of the project as initially formulated by the original contributor
13
- - Prior discussion can help give direction to how a feature or bug fix could best be implemented to meet everyone's needs
14
-
15
- #### Follow the standard issue template formats for reporting bugs and requesting new features
16
- - These make reading, understanding, and triaging issues much easier
17
-
18
- #### Commit quality code with detailed documentation to help maximize PR review effectiveness
19
- - All new or modified functionality should have unit tests covering the logic involved
20
- - All PR checks (e.g. automated tests, code quality analysis, etc.) should be passing before a PR is reviewed
21
- - Commit messages should be English (Canadian/UK/US are all acceptable) in the present tense using an imperative form (see existing commits for examples)
22
- - Please do not reference GitHub issue numbers or PR numbers in git commit messages
23
-
24
- #### Multiple smaller, atomic PRs are preferable to single larger monolithic PRs
25
- - This may take longer to get the full changeset merged, but will provide for a much smoother feedback process
26
- - Please reference any related issue numbers in the body of all PR descriptions so that GitHub links them together
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2020 ecoAPM
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/SECURITY.md DELETED
@@ -1,11 +0,0 @@
1
- # Security Policy
2
-
3
- ## Supported Versions
4
-
5
- Security updates are generally only applied to the newest release, and backported on an as-needed basis where appropriate.
6
-
7
- ## Reporting a Vulnerability
8
-
9
- Unless a vulnerability is deemed critical or exposes PII, please create an issue in this repository using the "Report a Bug" template.
10
-
11
- For critical vulnerabilities, or those that expose PII, please email info@ecoAPM.com so that the issue can be fixed confidentially, prior to public disclosure.
package/icon.svg DELETED
@@ -1,82 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
7
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
8
- xmlns="http://www.w3.org/2000/svg"
9
- sodipodi:docname="icon.svg"
10
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
11
- inkscape:export-ydpi="96"
12
- inkscape:export-xdpi="96"
13
- inkscape:export-filename="X:\ecoAPM\xunit.ts\docs\assets\icon.png"
14
- id="svg875"
15
- version="1.1"
16
- viewBox="0 0 128 128"
17
- height="128"
18
- width="128">
19
- <defs
20
- id="defs869"/>
21
- <sodipodi:namedview
22
- inkscape:window-maximized="1"
23
- inkscape:window-y="58"
24
- inkscape:window-x="1912"
25
- inkscape:window-height="987"
26
- inkscape:window-width="1680"
27
- width="128mm"
28
- units="px"
29
- showgrid="false"
30
- inkscape:document-rotation="0"
31
- inkscape:current-layer="layer1"
32
- inkscape:document-units="px"
33
- inkscape:cy="71.552618"
34
- inkscape:cx="79.729008"
35
- inkscape:zoom="3.959798"
36
- inkscape:pageshadow="2"
37
- inkscape:pageopacity="0.0"
38
- borderopacity="1.0"
39
- bordercolor="#666666"
40
- pagecolor="#ffffff"
41
- id="base"/>
42
- <metadata
43
- id="metadata872">
44
- <rdf:RDF>
45
- <cc:Work
46
- rdf:about="">
47
- <dc:format>image/svg+xml</dc:format>
48
- <dc:type
49
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
50
- <dc:title></dc:title>
51
- </cc:Work>
52
- </rdf:RDF>
53
- </metadata>
54
- <g
55
- id="layer1"
56
- inkscape:groupmode="layer"
57
- inkscape:label="Layer 1">
58
- <g
59
- transform="matrix(-3.7139957,0,0,3.7296926,884.38404,-159.89924)"
60
- style="font-style:normal;font-weight:normal;font-size:50.8px;line-height:1.25;font-family:sans-serif;fill:#bfbfbf;fill-opacity:1;stroke:none;stroke-width:0.264583"
61
- id="text2766-0"
62
- aria-label="🗸">
63
- <path
64
- sodipodi:nodetypes="ccsccccc"
65
- id="path2805"
66
- style="font-size:50.8px;fill:#bfbfbf;fill-opacity:1;stroke-width:0.264583"
67
- d="m 231.8494,43.408198 0.74414,1.289843 c -4.84518,3.423047 -9.33483,7.755599 -13.46894,12.997656 -4.13412,5.242057 -7.11895,10.376628 -8.9545,15.403711 l -1.0914,0.719336 c -0.94258,0.611849 -1.75287,1.223698 -2.43086,1.835547 -1.21639,-4.400349 7.20052,-16.248511 12.05508,-21.480859 4.15065,-4.415235 8.53281,-8.003646 13.14648,-10.765234 z"/>
68
- </g>
69
- <text
70
- transform="scale(0.99789345,1.002111)"
71
- xml:space="preserve"
72
- style="font-style:normal;font-weight:normal;font-size:189.069px;line-height:1.25;font-family:sans-serif;fill:#538d43;fill-opacity:1;stroke:none;stroke-width:0.984735"
73
- x="-11.659032"
74
- y="150.47607"
75
- id="text2766"><tspan
76
- sodipodi:role="line"
77
- id="tspan2764"
78
- x="-11.659032"
79
- y="150.47607"
80
- style="font-size:189.069px;fill:#538d43;fill-opacity:1;stroke-width:0.984735">🗸</tspan></text>
81
- </g>
82
- </svg>
package/logo.svg DELETED
@@ -1,154 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
7
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
8
- xmlns="http://www.w3.org/2000/svg"
9
- inkscape:export-ydpi="96"
10
- inkscape:export-xdpi="96"
11
- inkscape:export-filename="X:\ecoAPM\xunit.ts\logo-black.png"
12
- sodipodi:docname="logo.svg"
13
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
14
- id="svg8"
15
- version="1.1"
16
- viewBox="0 0 400 128"
17
- height="128"
18
- width="400">
19
- <defs
20
- id="defs2">
21
- <rect
22
- id="rect2858"
23
- height="56"
24
- width="61.5"
25
- y="39"
26
- x="127.5"/>
27
- <rect
28
- id="rect2746"
29
- height="38.364582"
30
- width="5.0270834"
31
- y="94.720833"
32
- x="102.39375"/>
33
- </defs>
34
- <sodipodi:namedview
35
- inkscape:window-maximized="1"
36
- inkscape:window-y="-8"
37
- inkscape:window-x="-8"
38
- inkscape:window-height="1137"
39
- inkscape:window-width="1920"
40
- inkscape:pagecheckerboard="false"
41
- units="px"
42
- showgrid="false"
43
- inkscape:document-rotation="0"
44
- inkscape:current-layer="layer1"
45
- inkscape:document-units="px"
46
- inkscape:cy="111.1524"
47
- inkscape:cx="243.86486"
48
- inkscape:zoom="2"
49
- inkscape:pageshadow="2"
50
- inkscape:pageopacity="0"
51
- borderopacity="1.0"
52
- bordercolor="#666666"
53
- pagecolor="#000000"
54
- id="base"/>
55
- <metadata
56
- id="metadata5">
57
- <rdf:RDF>
58
- <cc:Work
59
- rdf:about="">
60
- <dc:format>image/svg+xml</dc:format>
61
- <dc:type
62
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
63
- <dc:title></dc:title>
64
- </cc:Work>
65
- </rdf:RDF>
66
- </metadata>
67
- <g
68
- id="layer1"
69
- inkscape:groupmode="layer"
70
- inkscape:label="Layer 1">
71
- <text
72
- id="text2742"
73
- y="168.27499"
74
- x="-11.377083"
75
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:127px;line-height:1.25;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans';fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
76
- xml:space="preserve"><tspan
77
- sodipodi:role="line"
78
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:127px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans';stroke-width:0.264583"
79
- y="168.27499"
80
- x="-11.377083"
81
- id="tspan2740" />
82
- <tspan
83
- id="tspan2754"
84
- sodipodi:role="line"
85
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:127px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans';stroke-width:0.264583"
86
- y="327.02499"
87
- x="-11.377083"/></text>
88
- <text
89
- style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2746);fill:#000000;fill-opacity:1;stroke:none;"
90
- id="text2744"
91
- xml:space="preserve"/>
92
- <text
93
- id="text2752"
94
- y="26.987499"
95
- x="35.983334"
96
- style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
97
- xml:space="preserve"><tspan
98
- style="stroke-width:0.264583"
99
- y="26.987499"
100
- x="35.983334"
101
- id="tspan2750"
102
- sodipodi:role="line" /></text>
103
- <text
104
- transform="scale(0.99994519,1.0000548)"
105
- id="text2758"
106
- y="98.652382"
107
- x="112.43309"
108
- style="font-style:normal;font-weight:normal;font-size:95.8669px;line-height:0;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264216"
109
- xml:space="preserve"><tspan
110
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:95.8669px;line-height:1;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans';fill:#000000;fill-opacity:1;stroke-width:0.264216"
111
- y="98.652382"
112
- x="112.43309"
113
- id="tspan2756"
114
- sodipodi:role="line"><tspan
115
- id="tspan3014"
116
- style="fill:#ffffff;fill-opacity:1">unit</tspan><tspan
117
- id="tspan3000"
118
- style="fill:#808080;fill-opacity:1">.</tspan><tspan
119
- id="tspan3016"
120
- style="fill:#ffffff;fill-opacity:1">ts</tspan></tspan></text>
121
- <text
122
- style="fill:black;fill-opacity:1;line-height:1.25;stroke:none;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;white-space:pre;shape-inside:url(#rect2858);"
123
- id="text2856"
124
- xml:space="preserve"/>
125
- </g>
126
- <g
127
- inkscape:label="Layer 2"
128
- id="layer2"
129
- inkscape:groupmode="layer">
130
- <g
131
- transform="matrix(-3.7140083,0,0,3.7296903,884.38712,-159.89914)"
132
- style="font-style:normal;font-weight:normal;font-size:50.8px;line-height:1.25;font-family:sans-serif;fill:#bfbfbf;fill-opacity:1;stroke:none;stroke-width:0.264583"
133
- id="text2766-0"
134
- aria-label="🗸">
135
- <path
136
- sodipodi:nodetypes="ccsccccc"
137
- id="path2805"
138
- style="font-size:50.8px;fill:#bfbfbf;fill-opacity:1;stroke-width:0.264583"
139
- d="m 231.8494,43.408198 0.74414,1.289843 c -4.84518,3.423047 -9.33483,7.755599 -13.46894,12.997656 -4.13412,5.242057 -7.11895,10.376628 -8.9545,15.403711 l -1.0914,0.719336 c -0.94258,0.611849 -1.75287,1.223698 -2.43086,1.835547 -1.21639,-4.400349 7.20052,-16.248511 12.05508,-21.480859 4.15065,-4.415235 8.53281,-8.003646 13.14648,-10.765234 z"/>
140
- </g>
141
- <text
142
- transform="scale(0.99789547,1.002109)"
143
- xml:space="preserve"
144
- style="font-style:normal;font-weight:normal;font-size:189.07px;line-height:1.25;font-family:sans-serif;fill:#538d43;fill-opacity:1;stroke:none;stroke-width:0.984736"
145
- x="-11.659009"
146
- y="150.47635"
147
- id="text2766"><tspan
148
- sodipodi:role="line"
149
- id="tspan2764"
150
- x="-11.659009"
151
- y="150.47635"
152
- style="font-size:189.07px;fill:#538d43;fill-opacity:1;stroke-width:0.984736">🗸</tspan></text>
153
- </g>
154
- </svg>
@@ -1,6 +0,0 @@
1
- sonar.organization=ecoapm
2
- sonar.projectKey=ecoAPM_xunit.ts
3
- sonar.sources=src,TSDoc
4
- sonar.tests=tests
5
- sonar.testExecutionReportPaths=sonar.xml
6
- sonar.javascript.lcov.reportPaths=coverage/lcov.info