diff --git a/src/junit.js b/src/junit.js index 5c74be6..19ece08 100644 --- a/src/junit.js +++ b/src/junit.js @@ -126,7 +126,7 @@ function parseXml(options, xml){ if(options.testType === 'trx' && json.testsuites[0].testsuite[0].testcase.length !== 0){ json = parseTrx(options, json); } - + //console.log(_.sumBy(json.testsuites[0].testsuite, function(suite) { return Number(suite.tests); })); return json.testsuites[0]; } diff --git a/tests/converter.nunit.test.js b/tests/converter.nunit.test.js new file mode 100644 index 0000000..95d3524 --- /dev/null +++ b/tests/converter.nunit.test.js @@ -0,0 +1,39 @@ +const fs = require("fs"); + +const test = require('@jest/globals').test; +const beforeAll = require('@jest/globals').beforeAll; +const afterAll = require('@jest/globals').afterAll; +const describe = require('@jest/globals').describe; + +const converter = require('../src/converter'); +const setup = require('./setup'); + +describe("NUnit converter tests", () => { + + beforeAll(() => { + setup.removeTempDir(); + }); + + // afterAll(() => { + // setup.removeTempDir(); + // }); + + test('convert nunit-sample.xml', async() => { + let options = setup.createOptions('nunit-sample.xml', 'nunit') + await converter(options); + setup.compare(options); + }); + + test('convert nunit-short.xml', async() => { + let options = setup.createOptions('nunit-short.xml', 'nunit') + await converter(options); + setup.compare(options); + }); + + test('convert nunit-mudblazor.xml', async() => { + let options = setup.createOptions('nunit-mudblazor.xml', 'nunit') + await converter(options); + setup.compare(options); + }); + +}); \ No newline at end of file diff --git a/tests/data/result/nunit-mudblazor-mochawesome.json b/tests/data/result/nunit-mudblazor-mochawesome.json new file mode 100644 index 0000000..1e8f3a1 --- /dev/null +++ b/tests/data/result/nunit-mudblazor-mochawesome.json @@ -0,0 +1,2844 @@ +{ + "stats": { + "suites": 34, + "tests": 187, + "passes": 187, + "pending": 0, + "failures": 0, + "testsRegistered": 187, + "passPercent": 100, + "pendingPercent": 0, + "other": 0, + "hasOther": false, + "skipped": 0, + "hasSkipped": false, + "duration": 116831 + }, + "results": [ + { + "uuid": "6913692c-50a7-4cc9-a0cf-53a7f3b08f42", + "title": "", + "fullFile": "", + "file": "", + "beforeHooks": [], + "afterHooks": [], + "tests": [], + "suites": [ + { + "uuid": "f40a5e3a-db84-4c5c-8626-a871980fa94e", + "title": "BarChartTests", + "file": "MudBlazor.UnitTests.Charts.BarChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "BarChartColoring", + "fullTitle": "MudBlazor.UnitTests.Charts.BarChartTests.BarChartColoring", + "duration": 968, + "state": "passed", + "speed": "slow", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "60ba92c0-9479-4a31-aa5a-e298aaf71559", + "parentUUID": "f40a5e3a-db84-4c5c-8626-a871980fa94e", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.BarChartTests.BarChartEmptyData", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "0f25bb66-1b37-4199-be1d-7f616e696717", + "parentUUID": "f40a5e3a-db84-4c5c-8626-a871980fa94e", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartExampleData", + "fullTitle": "MudBlazor.UnitTests.Charts.BarChartTests.BarChartExampleData", + "duration": 15, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "38bbb844-1075-4e63-8bb5-01f77af6fb58", + "parentUUID": "f40a5e3a-db84-4c5c-8626-a871980fa94e", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartExampleSingleXAxis", + "fullTitle": "MudBlazor.UnitTests.Charts.BarChartTests.BarChartExampleSingleXAxis", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "0b630d7e-665f-42f3-8037-cc3bb6cb249e", + "parentUUID": "f40a5e3a-db84-4c5c-8626-a871980fa94e", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "60ba92c0-9479-4a31-aa5a-e298aaf71559", + "0f25bb66-1b37-4199-be1d-7f616e696717", + "38bbb844-1075-4e63-8bb5-01f77af6fb58", + "0b630d7e-665f-42f3-8037-cc3bb6cb249e" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 992, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "3a63a8ab-7484-447f-98b0-23a6b6ca9cc6", + "title": "DonutChartTests", + "file": "MudBlazor.UnitTests.Charts.DonutChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "DonutChartColoring", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutChartColoring", + "duration": 20, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "1f64299a-5c1e-47b7-a54f-b36a20844fb8", + "parentUUID": "3a63a8ab-7484-447f-98b0-23a6b6ca9cc6", + "isHook": false, + "skipped": false + }, + { + "title": "DonutChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutChartEmptyData", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "24d13e62-582a-4cf6-b4d3-ce24646f3373", + "parentUUID": "3a63a8ab-7484-447f-98b0-23a6b6ca9cc6", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "1f64299a-5c1e-47b7-a54f-b36a20844fb8", + "24d13e62-582a-4cf6-b4d3-ce24646f3373" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 54, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "cd252bf7-636d-45f5-a4d5-eaac9cb1a2a0", + "title": "DonutChartExampleData", + "file": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutChartExampleData", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "DonutChartExampleData([50.0d, 25.0d, 20.0d, 5.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutChartExampleData([50.0d, 25.0d, 20.0d, 5.0d])", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "6342be61-5802-408a-a05a-fe4b6662360e", + "parentUUID": "cd252bf7-636d-45f5-a4d5-eaac9cb1a2a0", + "isHook": false, + "skipped": false + }, + { + "title": "DonutChartExampleData([50.0d, 25.0d, 20.0d, 5.0d, 12.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutChartExampleData([50.0d, 25.0d, 20.0d, 5.0d, 12.0d])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "1318df2b-3376-4ef0-bce3-07db5b93ba06", + "parentUUID": "cd252bf7-636d-45f5-a4d5-eaac9cb1a2a0", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "6342be61-5802-408a-a05a-fe4b6662360e", + "1318df2b-3376-4ef0-bce3-07db5b93ba06" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 4, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "1345200f-6245-4cef-80ea-f4f947b1420f", + "title": "DonutCirclePosition", + "file": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutCirclePosition", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "DonutCirclePosition([50.0d, 25.0d, 20.0d, 5.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutCirclePosition([50.0d, 25.0d, 20.0d, 5.0d])", + "duration": 27, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bec6076a-6d39-4a98-bc49-821e4e143d95", + "parentUUID": "1345200f-6245-4cef-80ea-f4f947b1420f", + "isHook": false, + "skipped": false + }, + { + "title": "DonutCirclePosition([50.0d, 25.0d, 20.0d, 5.0d, 12.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.DonutChartTests.DonutCirclePosition([50.0d, 25.0d, 20.0d, 5.0d, 12.0d])", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "f8338d6e-4937-48b1-9d74-29affea4c5f8", + "parentUUID": "1345200f-6245-4cef-80ea-f4f947b1420f", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "bec6076a-6d39-4a98-bc49-821e4e143d95", + "f8338d6e-4937-48b1-9d74-29affea4c5f8" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 29, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "35a18b5e-924a-4077-a4d0-07fc16afca35", + "title": "LineChartTests", + "file": "MudBlazor.UnitTests.Charts.LineChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "LineChartColoring", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartColoring", + "duration": 18, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "59a9df6d-c395-439b-be1d-456145f0ed14", + "parentUUID": "35a18b5e-924a-4077-a4d0-07fc16afca35", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartEmptyData", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d677909a-c81d-4348-b7c0-4cfee7636244", + "parentUUID": "35a18b5e-924a-4077-a4d0-07fc16afca35", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "59a9df6d-c395-439b-be1d-456145f0ed14", + "d677909a-c81d-4348-b7c0-4cfee7636244" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 160, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "title": "LineChartExampleData", + "file": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "LineChartExampleData(NaturalSpline)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(NaturalSpline)", + "duration": 52, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9cac6fcf-aa93-4d85-8858-c39bbd408e47", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(EndSlope)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(EndSlope)", + "duration": 12, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c95b701e-b4cb-4198-868f-eda9c2e07a1e", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(Periodic)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(Periodic)", + "duration": 13, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "e7e7029e-4e8b-4548-908c-f432c48f83b8", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(Straight)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(Straight)", + "duration": 10, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "972acd7c-f3f8-4b81-9913-b1fe686057ab", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(NaturalSpline)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(NaturalSpline)", + "duration": 11, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "0fc63f51-980c-440b-b096-984bce9cfd66", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(EndSlope)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(EndSlope)", + "duration": 13, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "612de378-739f-4c48-8261-8c19ace9565f", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(Periodic)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(Periodic)", + "duration": 11, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "ab2fc377-4a35-439f-833b-9a0593cb1677", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleData(Straight)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleData(Straight)", + "duration": 10, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "659a42ff-8287-4888-abda-3f5f3b0091f7", + "parentUUID": "98ac2185-2cc8-41c4-9d2f-d361ab739592", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "9cac6fcf-aa93-4d85-8858-c39bbd408e47", + "c95b701e-b4cb-4198-868f-eda9c2e07a1e", + "e7e7029e-4e8b-4548-908c-f432c48f83b8", + "972acd7c-f3f8-4b81-9913-b1fe686057ab", + "0fc63f51-980c-440b-b096-984bce9cfd66", + "612de378-739f-4c48-8261-8c19ace9565f", + "ab2fc377-4a35-439f-833b-9a0593cb1677", + "659a42ff-8287-4888-abda-3f5f3b0091f7" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 129, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "title": "LineChartExampleZeroValues", + "file": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "LineChartExampleZeroValues(NaturalSpline)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(NaturalSpline)", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "62d02845-b6dd-4ff7-a496-f6e3f6f5455a", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(EndSlope)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(EndSlope)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "ccf41933-5e9d-44da-a8fd-4bb26c7c94ca", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(Periodic)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(Periodic)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "f5d0d45a-50ab-4c76-a7f2-d4864e60f6ff", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(Straight)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(Straight)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "8f50ffef-98bb-47f9-b432-bc070f2cc54e", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(NaturalSpline)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(NaturalSpline)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "f424bfcc-4395-401b-ba82-9292e49494f3", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(EndSlope)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(EndSlope)", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "f45b3a1d-d587-4d49-96b9-222d266fbccb", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(Periodic)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(Periodic)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "20958500-e463-440a-bcd8-f2e5c2df9b38", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartExampleZeroValues(Straight)", + "fullTitle": "MudBlazor.UnitTests.Charts.LineChartTests.LineChartExampleZeroValues(Straight)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "97330427-cba1-45a5-bf8c-103ab4aff38d", + "parentUUID": "c193403a-70ef-47fc-8f3e-27f7f5ed083a", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "62d02845-b6dd-4ff7-a496-f6e3f6f5455a", + "ccf41933-5e9d-44da-a8fd-4bb26c7c94ca", + "f5d0d45a-50ab-4c76-a7f2-d4864e60f6ff", + "8f50ffef-98bb-47f9-b432-bc070f2cc54e", + "f424bfcc-4395-401b-ba82-9292e49494f3", + "f45b3a1d-d587-4d49-96b9-222d266fbccb", + "20958500-e463-440a-bcd8-f2e5c2df9b38", + "97330427-cba1-45a5-bf8c-103ab4aff38d" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 12, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "9b334b87-1fb2-447d-adc2-d6a8033a779f", + "title": "PieChartTests", + "file": "MudBlazor.UnitTests.Charts.PieChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "PieChartColoring", + "fullTitle": "MudBlazor.UnitTests.Charts.PieChartTests.PieChartColoring", + "duration": 18, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "6b26ada0-82b0-461f-9140-a3b4a3caefa2", + "parentUUID": "9b334b87-1fb2-447d-adc2-d6a8033a779f", + "isHook": false, + "skipped": false + }, + { + "title": "PieChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.PieChartTests.PieChartEmptyData", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "de583079-813c-4331-8437-4f08253f8e6f", + "parentUUID": "9b334b87-1fb2-447d-adc2-d6a8033a779f", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "6b26ada0-82b0-461f-9140-a3b4a3caefa2", + "de583079-813c-4331-8437-4f08253f8e6f" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 24, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "aaecbfed-9bda-4788-b08f-ef6a691acd9d", + "title": "PieChartExampleData", + "file": "MudBlazor.UnitTests.Charts.PieChartTests.PieChartExampleData", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "PieChartExampleData([77.0d, 25.0d, 20.0d, 5.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.PieChartTests.PieChartExampleData([77.0d, 25.0d, 20.0d, 5.0d])", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "3130740c-3f52-4d4e-9ae8-dcf5bde9ed80", + "parentUUID": "aaecbfed-9bda-4788-b08f-ef6a691acd9d", + "isHook": false, + "skipped": false + }, + { + "title": "PieChartExampleData([77.0d, 25.0d, 20.0d, 5.0d, 8.0d])", + "fullTitle": "MudBlazor.UnitTests.Charts.PieChartTests.PieChartExampleData([77.0d, 25.0d, 20.0d, 5.0d, 8.0d])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "60d1883a-2116-4f13-b23c-3218baf03d2a", + "parentUUID": "aaecbfed-9bda-4788-b08f-ef6a691acd9d", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "3130740c-3f52-4d4e-9ae8-dcf5bde9ed80", + "60d1883a-2116-4f13-b23c-3218baf03d2a" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 4, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "cff3bcfb-b085-4c45-8ad3-df39e059a3af", + "title": "StackedBarChartTests", + "file": "MudBlazor.UnitTests.Charts.StackedBarChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "BarChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.StackedBarChartTests.BarChartEmptyData", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "ce340a89-f3e9-46bd-bf2e-3b16dc2d08b7", + "parentUUID": "cff3bcfb-b085-4c45-8ad3-df39e059a3af", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartExampleData", + "fullTitle": "MudBlazor.UnitTests.Charts.StackedBarChartTests.BarChartExampleData", + "duration": 5, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d0ce1cb9-1af5-4c4e-ae4b-8934ba141646", + "parentUUID": "cff3bcfb-b085-4c45-8ad3-df39e059a3af", + "isHook": false, + "skipped": false + }, + { + "title": "StackedBarChartColoring", + "fullTitle": "MudBlazor.UnitTests.Charts.StackedBarChartTests.StackedBarChartColoring", + "duration": 37, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9053607e-8be4-46d1-b57f-a70172a52452", + "parentUUID": "cff3bcfb-b085-4c45-8ad3-df39e059a3af", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "ce340a89-f3e9-46bd-bf2e-3b16dc2d08b7", + "d0ce1cb9-1af5-4c4e-ae4b-8934ba141646", + "9053607e-8be4-46d1-b57f-a70172a52452" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 45, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "eaba7a31-3b81-436f-a71a-5a07df1ec007", + "title": "TimeSeriesChartTests", + "file": "MudBlazor.UnitTests.Charts.TimeSeriesChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "TimeSeriesChartEmptyData", + "fullTitle": "MudBlazor.UnitTests.Charts.TimeSeriesChartTests.TimeSeriesChartEmptyData", + "duration": 7, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9fb5cd7c-1c2e-4fe8-823f-07185896b8d0", + "parentUUID": "eaba7a31-3b81-436f-a71a-5a07df1ec007", + "isHook": false, + "skipped": false + }, + { + "title": "TimeSeriesChartLabelFormats", + "fullTitle": "MudBlazor.UnitTests.Charts.TimeSeriesChartTests.TimeSeriesChartLabelFormats", + "duration": 8, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "b3fccce5-28e9-4014-8641-a356eacb8c97", + "parentUUID": "eaba7a31-3b81-436f-a71a-5a07df1ec007", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "9fb5cd7c-1c2e-4fe8-823f-07185896b8d0", + "b3fccce5-28e9-4014-8641-a356eacb8c97" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 14, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "fd622e98-45b7-45bd-a063-ac849bfc9f25", + "title": "AlertTests", + "file": "MudBlazor.UnitTests.Components.AlertTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "AlertTest", + "fullTitle": "MudBlazor.UnitTests.Components.AlertTests.AlertTest", + "duration": 18, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "5b01c61f-bde8-43ea-b8da-daf2b8c17bf7", + "parentUUID": "fd622e98-45b7-45bd-a063-ac849bfc9f25", + "isHook": false, + "skipped": false + }, + { + "title": "AlertTest_Click", + "fullTitle": "MudBlazor.UnitTests.Components.AlertTests.AlertTest_Click", + "duration": 69, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "3d457b0b-ef65-400a-abbf-7016b6f01f88", + "parentUUID": "fd622e98-45b7-45bd-a063-ac849bfc9f25", + "isHook": false, + "skipped": false + }, + { + "title": "AlertTest2", + "fullTitle": "MudBlazor.UnitTests.Components.AlertTests.AlertTest2", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c3d7f47e-5c4c-4564-8cf5-60cb83695fb1", + "parentUUID": "fd622e98-45b7-45bd-a063-ac849bfc9f25", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "5b01c61f-bde8-43ea-b8da-daf2b8c17bf7", + "3d457b0b-ef65-400a-abbf-7016b6f01f88", + "c3d7f47e-5c4c-4564-8cf5-60cb83695fb1" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 90, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "title": "AppBarTests", + "file": "MudBlazor.UnitTests.Components.AppBarTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "AppBar_WrapContent_ShouldBeFalseByDefault", + "fullTitle": "MudBlazor.UnitTests.Components.AppBarTests.AppBar_WrapContent_ShouldBeFalseByDefault", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bd874060-14c2-4ee9-bc11-80152dd4cf38", + "parentUUID": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "isHook": false, + "skipped": false + }, + { + "title": "AppBarWithBottomSetFalse", + "fullTitle": "MudBlazor.UnitTests.Components.AppBarTests.AppBarWithBottomSetFalse", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "513c6175-b91c-4380-af40-ed441fece37b", + "parentUUID": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "isHook": false, + "skipped": false + }, + { + "title": "AppBarWithBottomSetTrue", + "fullTitle": "MudBlazor.UnitTests.Components.AppBarTests.AppBarWithBottomSetTrue", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "a4566ef3-df45-4f71-9525-7dec3b6ef731", + "parentUUID": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "isHook": false, + "skipped": false + }, + { + "title": "AppBarWithBottomUnset", + "fullTitle": "MudBlazor.UnitTests.Components.AppBarTests.AppBarWithBottomUnset", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9f99d6c9-297b-4dd1-8e8e-c5b15ee405d9", + "parentUUID": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "isHook": false, + "skipped": false + }, + { + "title": "AppBarWithModifiedToolBarClass", + "fullTitle": "MudBlazor.UnitTests.Components.AppBarTests.AppBarWithModifiedToolBarClass", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d6f021be-9cc1-47c7-921e-d036ed026332", + "parentUUID": "c90a4b34-997d-44fb-ace1-b6b7090f7abe", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "bd874060-14c2-4ee9-bc11-80152dd4cf38", + "513c6175-b91c-4380-af40-ed441fece37b", + "a4566ef3-df45-4f71-9525-7dec3b6ef731", + "9f99d6c9-297b-4dd1-8e8e-c5b15ee405d9", + "d6f021be-9cc1-47c7-921e-d036ed026332" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 6, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "title": "CarouselTests", + "file": "MudBlazor.UnitTests.Components.CarouselTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "CarouselTest_AutoCycle", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest_AutoCycle", + "duration": 1412, + "state": "passed", + "speed": "slow", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "7cd7e2af-e04f-42b0-aba5-9e2598f2eb2f", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + }, + { + "title": "CarouselTest_DataBinding", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest_DataBinding", + "duration": 23, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9039f755-5bfc-4955-8e98-39b34d09da64", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + }, + { + "title": "CarouselTest_DisableSwipeGesture", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest_DisableSwipeGesture", + "duration": 21, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c0eafab8-b0c9-4349-9e54-67f3d396534d", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + }, + { + "title": "CarouselTest_RenderingOptions", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest_RenderingOptions", + "duration": 21, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "291d55fd-a1be-410b-a08d-4bfb614054ca", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + }, + { + "title": "CarouselTest_SelectedIndexTransition", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest_SelectedIndexTransition", + "duration": 21, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "07efd50b-796b-4ea8-9775-d3ee3c4e3bb2", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + }, + { + "title": "CarouselTest1", + "fullTitle": "MudBlazor.UnitTests.Components.CarouselTests.CarouselTest1", + "duration": 30, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "a284c512-cb00-4868-970f-1dd034ec92fb", + "parentUUID": "76c62b02-661f-4aa5-997c-91d0ccc48d1b", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "7cd7e2af-e04f-42b0-aba5-9e2598f2eb2f", + "9039f755-5bfc-4955-8e98-39b34d09da64", + "c0eafab8-b0c9-4349-9e54-67f3d396534d", + "291d55fd-a1be-410b-a08d-4bfb614054ca", + "07efd50b-796b-4ea8-9775-d3ee3c4e3bb2", + "a284c512-cb00-4868-970f-1dd034ec92fb" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 1525, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "148447af-08f5-4714-a330-c51b5e5b1a01", + "title": "ChartTests", + "file": "MudBlazor.UnitTests.Components.ChartTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "BarChartSelectionTest", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.BarChartSelectionTest", + "duration": 5, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d78ebf79-d833-40e5-8acb-ffa89f400fa5", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartWithSingleXAxisValue", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.BarChartWithSingleXAxisValue", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "af0d837d-ce84-46a7-baa5-20d8409dcb5b", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "BarChartYAxisFormat", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.BarChartYAxisFormat", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "3d4530cc-f948-4fd6-b6e8-a23b11730483", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "DonutChartSelectionTest", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.DonutChartSelectionTest", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d87a312d-92b9-485f-a0c2-2473913fbeed", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartSelectionTest", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.LineChartSelectionTest", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "94aae5ea-1903-4c93-96c3-dd647d3d62db", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartWithBigValues", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.LineChartWithBigValues", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Timeout: 5000\",\"UseCancellation: True\"]}]", + "code": null, + "err": {}, + "uuid": "65511e59-8860-453e-8e42-c6d756ce9f62", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "LineChartWithZeroValues", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.LineChartWithZeroValues", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "7ba4d8a2-d45c-4df3-a220-66b27188b08a", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + }, + { + "title": "PieChartSelectionTest", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.PieChartSelectionTest", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "687e2429-f73c-466e-9a94-d18c5e448a22", + "parentUUID": "148447af-08f5-4714-a330-c51b5e5b1a01", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "d78ebf79-d833-40e5-8acb-ffa89f400fa5", + "af0d837d-ce84-46a7-baa5-20d8409dcb5b", + "3d4530cc-f948-4fd6-b6e8-a23b11730483", + "d87a312d-92b9-485f-a0c2-2473913fbeed", + "94aae5ea-1903-4c93-96c3-dd647d3d62db", + "65511e59-8860-453e-8e42-c6d756ce9f62", + "7ba4d8a2-d45c-4df3-a220-66b27188b08a", + "687e2429-f73c-466e-9a94-d18c5e448a22" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 28, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "4a800a5d-489b-4441-97db-52504a14170a", + "title": "ChartCustomGraphics", + "file": "MudBlazor.UnitTests.Components.ChartTests.ChartCustomGraphics", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "ChartCustomGraphics(Line,\"Hello\")", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.ChartCustomGraphics(Line,\"Hello\")", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d2cfa1dd-3bbf-45b1-9cae-8971431af269", + "parentUUID": "4a800a5d-489b-4441-97db-52504a14170a", + "isHook": false, + "skipped": false + }, + { + "title": "ChartCustomGraphics(Bar,\"123\")", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.ChartCustomGraphics(Bar,\"123\")", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4d1e4176-cf3e-40af-aa61-dbd06bab8079", + "parentUUID": "4a800a5d-489b-4441-97db-52504a14170a", + "isHook": false, + "skipped": false + }, + { + "title": "ChartCustomGraphics(Donut,\"Garderoben\")", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.ChartCustomGraphics(Donut,\"Garderoben\")", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9b268947-5d55-4368-bdce-d070e33153a4", + "parentUUID": "4a800a5d-489b-4441-97db-52504a14170a", + "isHook": false, + "skipped": false + }, + { + "title": "ChartCustomGraphics(Pie,\"henon\")", + "fullTitle": "MudBlazor.UnitTests.Components.ChartTests.ChartCustomGraphics(Pie,\"henon\")", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "37f942d8-2450-42f8-8e2f-b8e0ad12d41f", + "parentUUID": "4a800a5d-489b-4441-97db-52504a14170a", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "d2cfa1dd-3bbf-45b1-9cae-8971431af269", + "4d1e4176-cf3e-40af-aa61-dbd06bab8079", + "9b268947-5d55-4368-bdce-d070e33153a4", + "37f942d8-2450-42f8-8e2f-b8e0ad12d41f" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 6, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "title": "ToggleGroupTests", + "file": "MudBlazor.UnitTests.Components.ToggleGroupTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "ToggleGroup_Bind_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_Bind_Test", + "duration": 7, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "949dae38-3e0f-4398-a5cc-e7584771b45f", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_CheckMarkClass", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_CheckMarkClass", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Description: Ensures the checkmark is a direct descendant of the button label, is using the right name, and correctly contains a custom class definition\"]}]", + "code": null, + "err": {}, + "uuid": "173316e0-2027-451b-89f6-c225b5bb635e", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_CustomFragmentBind_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_CustomFragmentBind_Test", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9df9867c-a227-4818-8635-ca554ea1a26c", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_Disabled_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_Disabled_Test", + "duration": 5, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "6408024e-b2a9-4d7d-b736-01f8dff6475b", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_Initialize_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_Initialize_Test", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d5ddfba9-2dc4-47c4-a001-044f9e2c6cb5", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_ItemRegistration_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_ItemRegistration_Test", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4f210981-d9e5-4fda-9a54-98632aecc21a", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_SelectionMode_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SelectionMode_Test", + "duration": 8, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "15ba4163-6b43-4509-a234-bd80847b0486", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_SelectionModeWarning_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SelectionModeWarning_Test", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "563745b3-cf91-4941-9120-567dab3317c0", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_ToggleRemove_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_ToggleRemove_Test", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "567515b4-ad3c-455f-a60f-cdc6b1e1c4be", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_ToggleSelection_Test", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_ToggleSelection_Test", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "50e3fa5a-dead-43b5-9efa-174f7740178a", + "parentUUID": "ff660fae-ee6d-4e4a-a4dc-4bdc28659702", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "949dae38-3e0f-4398-a5cc-e7584771b45f", + "173316e0-2027-451b-89f6-c225b5bb635e", + "9df9867c-a227-4818-8635-ca554ea1a26c", + "6408024e-b2a9-4d7d-b736-01f8dff6475b", + "d5ddfba9-2dc4-47c4-a001-044f9e2c6cb5", + "4f210981-d9e5-4fda-9a54-98632aecc21a", + "15ba4163-6b43-4509-a234-bd80847b0486", + "563745b3-cf91-4941-9120-567dab3317c0", + "567515b4-ad3c-455f-a60f-cdc6b1e1c4be", + "50e3fa5a-dead-43b5-9efa-174f7740178a" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 40, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "117408cc-85ff-4f85-a382-89095bb54455", + "title": "ToggleGroup_SizeClasses_Test", + "file": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SizeClasses_Test", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "ToggleGroup_SizeClasses_Test(Small)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SizeClasses_Test(Small)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "e8e25fb4-3b4e-46f3-82ae-0e7b1f9fa841", + "parentUUID": "117408cc-85ff-4f85-a382-89095bb54455", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_SizeClasses_Test(Medium)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SizeClasses_Test(Medium)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "35a366b4-94cf-4e83-af7e-b6e7fced15c5", + "parentUUID": "117408cc-85ff-4f85-a382-89095bb54455", + "isHook": false, + "skipped": false + }, + { + "title": "ToggleGroup_SizeClasses_Test(Large)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleGroupTests.ToggleGroup_SizeClasses_Test(Large)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "eefa8817-45a9-42af-a887-bb7077e909d4", + "parentUUID": "117408cc-85ff-4f85-a382-89095bb54455", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "e8e25fb4-3b4e-46f3-82ae-0e7b1f9fa841", + "35a366b4-94cf-4e83-af7e-b6e7fced15c5", + "eefa8817-45a9-42af-a887-bb7077e909d4" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "title": "ToggleIconButtonTest", + "file": "MudBlazor.UnitTests.Components.ToggleIconButtonTest", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "DefaultState", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.DefaultState", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "fab01da5-0c47-4303-b0da-e924f67f2144", + "parentUUID": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "isHook": false, + "skipped": false + }, + { + "title": "Disabled_ShouldPreventInteraction", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.Disabled_ShouldPreventInteraction", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4ae44f82-eb15-422d-a790-747d4cdc7e4e", + "parentUUID": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "isHook": false, + "skipped": false + }, + { + "title": "ShouldSetAriaPressedAttribute", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.ShouldSetAriaPressedAttribute", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "5c4cac57-8467-4295-8d1d-aefebcf92dd5", + "parentUUID": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "isHook": false, + "skipped": false + }, + { + "title": "ShouldSynchronizeStateWithOtherComponent", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.ShouldSynchronizeStateWithOtherComponent", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "100888e0-c009-4c64-8e6c-bd52876d7036", + "parentUUID": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "isHook": false, + "skipped": false + }, + { + "title": "ShouldToggleOnClick", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.ShouldToggleOnClick", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bc7f9351-6500-4a61-9a22-65c27d721e1d", + "parentUUID": "ee1e6952-5efc-4e42-9e1c-82987b9ee20a", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "fab01da5-0c47-4303-b0da-e924f67f2144", + "4ae44f82-eb15-422d-a790-747d4cdc7e4e", + "5c4cac57-8467-4295-8d1d-aefebcf92dd5", + "100888e0-c009-4c64-8e6c-bd52876d7036", + "bc7f9351-6500-4a61-9a22-65c27d721e1d" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 17, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "9ea69091-6b77-4c6d-ad04-6c92b5d39741", + "title": "GetColor_ShouldReturnCorrectValue", + "file": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetColor_ShouldReturnCorrectValue", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "GetColor_ShouldReturnCorrectValue(Tertiary,Secondary,Tertiary,Secondary)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetColor_ShouldReturnCorrectValue(Tertiary,Secondary,Tertiary,Secondary)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "32781850-8d69-45c6-9fb0-75e7afbf9623", + "parentUUID": "9ea69091-6b77-4c6d-ad04-6c92b5d39741", + "isHook": false, + "skipped": false + }, + { + "title": "GetColor_ShouldReturnCorrectValue(Tertiary,null,Tertiary,Tertiary)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetColor_ShouldReturnCorrectValue(Tertiary,null,Tertiary,Tertiary)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "b7b02e7a-4b0d-459e-94a1-f9407a07e0fd", + "parentUUID": "9ea69091-6b77-4c6d-ad04-6c92b5d39741", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "32781850-8d69-45c6-9fb0-75e7afbf9623", + "b7b02e7a-4b0d-459e-94a1-f9407a07e0fd" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 2, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "be725678-2abc-45b0-acc6-5e97a8fff07d", + "title": "GetIcon_ShouldReturnCorrectValue", + "file": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetIcon_ShouldReturnCorrectValue", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "GetIcon_ShouldReturnCorrectValue(\"icon-default\",\"icon-toggled\",\"icon-default\",\"icon-toggled\")", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetIcon_ShouldReturnCorrectValue(\"icon-default\",\"icon-toggled\",\"icon-default\",\"icon-toggled\")", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c616f9fc-655c-4578-b643-58c5c47f7c37", + "parentUUID": "be725678-2abc-45b0-acc6-5e97a8fff07d", + "isHook": false, + "skipped": false + }, + { + "title": "GetIcon_ShouldReturnCorrectValue(\"icon-default\",null,\"icon-default\",\"icon-default\")", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetIcon_ShouldReturnCorrectValue(\"icon-default\",null,\"icon-default\",\"icon-default\")", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4ea96ae2-e3ba-4578-a843-1ff953f388ac", + "parentUUID": "be725678-2abc-45b0-acc6-5e97a8fff07d", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "c616f9fc-655c-4578-b643-58c5c47f7c37", + "4ea96ae2-e3ba-4578-a843-1ff953f388ac" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 2, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "9e9def1f-3a9a-4e61-8737-b64602b509ea", + "title": "GetSize_ShouldReturnCorrectValue", + "file": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetSize_ShouldReturnCorrectValue", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "GetSize_ShouldReturnCorrectValue(Small,Large,Small,Large)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetSize_ShouldReturnCorrectValue(Small,Large,Small,Large)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "a26652ba-8fbb-4e55-bc6c-92becada1c85", + "parentUUID": "9e9def1f-3a9a-4e61-8737-b64602b509ea", + "isHook": false, + "skipped": false + }, + { + "title": "GetSize_ShouldReturnCorrectValue(Small,null,Small,Small)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetSize_ShouldReturnCorrectValue(Small,null,Small,Small)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "93a73c4d-302a-458c-bcd8-c4ef4f77ff4c", + "parentUUID": "9e9def1f-3a9a-4e61-8737-b64602b509ea", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "a26652ba-8fbb-4e55-bc6c-92becada1c85", + "93a73c4d-302a-458c-bcd8-c4ef4f77ff4c" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 2, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "86c23e18-d3a5-43c9-a1fc-a3ab4ea937bd", + "title": "GetVariant_ShouldReturnCorrectValue", + "file": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetVariant_ShouldReturnCorrectValue", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "GetVariant_ShouldReturnCorrectValue(Outlined,Filled,Outlined,Filled)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetVariant_ShouldReturnCorrectValue(Outlined,Filled,Outlined,Filled)", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "034329b5-9d25-4e54-95d6-00c98dee4e02", + "parentUUID": "86c23e18-d3a5-43c9-a1fc-a3ab4ea937bd", + "isHook": false, + "skipped": false + }, + { + "title": "GetVariant_ShouldReturnCorrectValue(Outlined,null,Outlined,Outlined)", + "fullTitle": "MudBlazor.UnitTests.Components.ToggleIconButtonTest.GetVariant_ShouldReturnCorrectValue(Outlined,null,Outlined,Outlined)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bb78101b-b111-4301-99dd-43aa3b11b2e9", + "parentUUID": "86c23e18-d3a5-43c9-a1fc-a3ab4ea937bd", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "034329b5-9d25-4e54-95d6-00c98dee4e02", + "bb78101b-b111-4301-99dd-43aa3b11b2e9" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 5, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "56d45dbf-dead-4aae-ac2a-449955f834fb", + "title": "ToolBarTests", + "file": "MudBlazor.UnitTests.Components.ToolBarTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "ToolBar_WrapContent_ShouldBeFalseByDefault", + "fullTitle": "MudBlazor.UnitTests.Components.ToolBarTests.ToolBar_WrapContent_ShouldBeFalseByDefault", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "33eaf53c-81ab-4fc8-af08-203604dfa5da", + "parentUUID": "56d45dbf-dead-4aae-ac2a-449955f834fb", + "isHook": false, + "skipped": false + }, + { + "title": "ToolBarWrapContentTest", + "fullTitle": "MudBlazor.UnitTests.Components.ToolBarTests.ToolBarWrapContentTest", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bb5966b7-0ae3-47f4-bb1e-bf6c9998b642", + "parentUUID": "56d45dbf-dead-4aae-ac2a-449955f834fb", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "33eaf53c-81ab-4fc8-af08-203604dfa5da", + "bb5966b7-0ae3-47f4-bb1e-bf6c9998b642" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "title": "ToolTipTests", + "file": "MudBlazor.UnitTests.Components.ToolTipTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "DefaultValue", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.DefaultValue", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "f286dcad-4dc3-4ea5-a3b9-1b20218ad029", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "InnerClass_ChildContentWrapper", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.InnerClass_ChildContentWrapper", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "ab907d26-b2d0-44bf-be0b-d8339ef86b24", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "NoPopoverIfThereIsNoContent", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.NoPopoverIfThereIsNoContent", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c29f5241-78ec-4bb6-be7c-c7876ccbc45e", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_Disabled_Button_OnFocusIn_NoPopover", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_Disabled_Button_OnFocusIn_NoPopover", + "duration": 5, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "0b49b6d0-bca0-41b7-9d85-4307485afec1", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_Disabled_Button_OnPointerEnter_NoPopover", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_Disabled_Button_OnPointerEnter_NoPopover", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c2207093-0fd2-4b81-bc06-4150c0cf2a3f", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_Disabled_Default_False", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_Disabled_Default_False", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "b58bf168-56fd-49a8-99ab-7a92ba67a452", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_On_Click", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_On_Click", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4a2781bf-ef81-4b57-9d6d-1613aa28bc34", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_On_Focus", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_On_Focus", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "7bca880c-17ee-4844-9490-b79bc15609ce", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + }, + { + "title": "Tooltip_Style_Respected", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Tooltip_Style_Respected", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "1b909f5d-dfc0-4e11-8dc7-e2f6f6f76ec7", + "parentUUID": "1aa8234b-9fc6-4f63-b265-5f065b52b5d2", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "f286dcad-4dc3-4ea5-a3b9-1b20218ad029", + "ab907d26-b2d0-44bf-be0b-d8339ef86b24", + "c29f5241-78ec-4bb6-be7c-c7876ccbc45e", + "0b49b6d0-bca0-41b7-9d85-4307485afec1", + "c2207093-0fd2-4b81-bc06-4150c0cf2a3f", + "b58bf168-56fd-49a8-99ab-7a92ba67a452", + "4a2781bf-ef81-4b57-9d6d-1613aa28bc34", + "7bca880c-17ee-4844-9490-b79bc15609ce", + "1b909f5d-dfc0-4e11-8dc7-e2f6f6f76ec7" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 60, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "0c79fd11-1942-445f-a306-80ec2dbf8b20", + "title": "ContainerClass_PropertyRelations", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.ContainerClass_PropertyRelations", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "ContainerClass_PropertyRelations(False,[\"mud-tooltip-root\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.ContainerClass_PropertyRelations(False,[\"mud-tooltip-root\"])", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "2fa57638-3508-4056-a190-34fef69f86b1", + "parentUUID": "0c79fd11-1942-445f-a306-80ec2dbf8b20", + "isHook": false, + "skipped": false + }, + { + "title": "ContainerClass_PropertyRelations(True,[\"mud-tooltip-root\", \"mud-tooltip-inline\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.ContainerClass_PropertyRelations(True,[\"mud-tooltip-root\", \"mud-tooltip-inline\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "d8077b55-634f-42eb-a101-8a23264401f3", + "parentUUID": "0c79fd11-1942-445f-a306-80ec2dbf8b20", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "2fa57638-3508-4056-a190-34fef69f86b1", + "d8077b55-634f-42eb-a101-8a23264401f3" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "c4e8ff83-df21-4d02-a37e-90c508d18b82", + "title": "PopoverClass_PropertyArrow", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyArrow", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "PopoverClass_PropertyArrow(False,[\"mud-tooltip\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyArrow(False,[\"mud-tooltip\"])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "8e4dcda9-905d-4350-be7b-38358ebc86ba", + "parentUUID": "c4e8ff83-df21-4d02-a37e-90c508d18b82", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyArrow(True,[\"mud-tooltip\", \"mud-tooltip-arrow\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyArrow(True,[\"mud-tooltip\", \"mud-tooltip-arrow\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "7c4112cd-cf4d-4929-a06a-7f545285d88f", + "parentUUID": "c4e8ff83-df21-4d02-a37e-90c508d18b82", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "8e4dcda9-905d-4350-be7b-38358ebc86ba", + "7c4112cd-cf4d-4929-a06a-7f545285d88f" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "42d3272a-97fe-44b5-9be6-08a86e2b7cd0", + "title": "PopoverClass_PropertyColor", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColor", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "PopoverClass_PropertyColor(Default,[\"mud-tooltip\", \"mud-tooltip-default\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColor(Default,[\"mud-tooltip\", \"mud-tooltip-default\"])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "a19bbab2-664c-4fd3-92ff-4e4db06f0ad4", + "parentUUID": "42d3272a-97fe-44b5-9be6-08a86e2b7cd0", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColor(Tertiary,[\"mud-tooltip\", \"mud-theme-tertiary\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColor(Tertiary,[\"mud-tooltip\", \"mud-theme-tertiary\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "ec9555bb-56de-4fce-aa19-50e3f6adc46f", + "parentUUID": "42d3272a-97fe-44b5-9be6-08a86e2b7cd0", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColor(Success,[\"mud-tooltip\", \"mud-theme-success\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColor(Success,[\"mud-tooltip\", \"mud-theme-success\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "94129181-e3d3-49a5-9a75-757a33cb1335", + "parentUUID": "42d3272a-97fe-44b5-9be6-08a86e2b7cd0", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColor(Dark,[\"mud-tooltip\", \"mud-theme-dark\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColor(Dark,[\"mud-tooltip\", \"mud-theme-dark\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "4b8a0361-64bc-4b7e-acef-59da180bc041", + "parentUUID": "42d3272a-97fe-44b5-9be6-08a86e2b7cd0", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "a19bbab2-664c-4fd3-92ff-4e4db06f0ad4", + "ec9555bb-56de-4fce-aa19-50e3f6adc46f", + "94129181-e3d3-49a5-9a75-757a33cb1335", + "4b8a0361-64bc-4b7e-acef-59da180bc041" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 4, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "36a4f810-11ee-40c7-88b1-771d9124fbe5", + "title": "PopoverClass_PropertyColorAndArrow", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColorAndArrow", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "PopoverClass_PropertyColorAndArrow(Default,False,[\"mud-tooltip\", \"mud-tooltip-default\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColorAndArrow(Default,False,[\"mud-tooltip\", \"mud-tooltip-default\"])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "2d056009-4014-49ff-920a-bc9b2979cd8c", + "parentUUID": "36a4f810-11ee-40c7-88b1-771d9124fbe5", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColorAndArrow(Default,True,[\"mud-tooltip\", \"mud-tooltip-default\", \"mud-tooltip-arrow\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColorAndArrow(Default,True,[\"mud-tooltip\", \"mud-tooltip-default\", \"mud-tooltip-arrow\"])", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "92aee0e2-87e2-45dd-a3c3-285dbb56a849", + "parentUUID": "36a4f810-11ee-40c7-88b1-771d9124fbe5", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColorAndArrow(Success,True,[\"mud-tooltip\", \"mud-theme-success\", \"mud-tooltip-arrow\", \"mud-border-success\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColorAndArrow(Success,True,[\"mud-tooltip\", \"mud-theme-success\", \"mud-tooltip-arrow\", \"mud-border-success\"])", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "5e0d7fda-187b-4125-bbe5-22de239f8151", + "parentUUID": "36a4f810-11ee-40c7-88b1-771d9124fbe5", + "isHook": false, + "skipped": false + }, + { + "title": "PopoverClass_PropertyColorAndArrow(Success,False,[\"mud-tooltip\", \"mud-theme-success\"])", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.PopoverClass_PropertyColorAndArrow(Success,False,[\"mud-tooltip\", \"mud-theme-success\"])", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "8659fea0-d4dd-42d5-9998-d332385ec76e", + "parentUUID": "36a4f810-11ee-40c7-88b1-771d9124fbe5", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "2d056009-4014-49ff-920a-bc9b2979cd8c", + "92aee0e2-87e2-45dd-a3c3-285dbb56a849", + "5e0d7fda-187b-4125-bbe5-22de239f8151", + "8659fea0-d4dd-42d5-9998-d332385ec76e" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 7, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "c14c755f-6166-4592-871a-987f9ffb9950", + "title": "RenderContent", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.RenderContent", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "RenderContent(False)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.RenderContent(False)", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "082ed729-c21f-47d1-b13d-6e1b2bdb132b", + "parentUUID": "c14c755f-6166-4592-871a-987f9ffb9950", + "isHook": false, + "skipped": false + }, + { + "title": "RenderContent(True)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.RenderContent(True)", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "c8432ac9-1cdd-400a-8b84-f138489905d1", + "parentUUID": "c14c755f-6166-4592-871a-987f9ffb9950", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "082ed729-c21f-47d1-b13d-6e1b2bdb132b", + "c8432ac9-1cdd-400a-8b84-f138489905d1" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 5, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "7242a50f-e49a-4cbe-a19e-e2fc505c7cda", + "title": "RenderTooltipFragment", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.RenderTooltipFragment", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "RenderTooltipFragment(False)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.RenderTooltipFragment(False)", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "cc1c0340-86c3-467e-926b-a8dc0a794999", + "parentUUID": "7242a50f-e49a-4cbe-a19e-e2fc505c7cda", + "isHook": false, + "skipped": false + }, + { + "title": "RenderTooltipFragment(True)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.RenderTooltipFragment(True)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "62dfd4ac-093c-4099-b599-a88f06446a25", + "parentUUID": "7242a50f-e49a-4cbe-a19e-e2fc505c7cda", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "cc1c0340-86c3-467e-926b-a8dc0a794999", + "62dfd4ac-093c-4099-b599-a88f06446a25" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 4, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "5aec91ca-5170-490d-86a0-74f37fb03be2", + "title": "Visible_ByDefault", + "file": "MudBlazor.UnitTests.Components.ToolTipTests.Visible_ByDefault", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Visible_ByDefault(True)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Visible_ByDefault(True)", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "41f66a54-8af2-4308-af99-ddd64407e1c1", + "parentUUID": "5aec91ca-5170-490d-86a0-74f37fb03be2", + "isHook": false, + "skipped": false + }, + { + "title": "Visible_ByDefault(False)", + "fullTitle": "MudBlazor.UnitTests.Components.ToolTipTests.Visible_ByDefault(False)", + "duration": 4, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "17919d1e-2fe1-4eb3-85aa-1adf7249f7ed", + "parentUUID": "5aec91ca-5170-490d-86a0-74f37fb03be2", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "41f66a54-8af2-4308-af99-ddd64407e1c1", + "17919d1e-2fe1-4eb3-85aa-1adf7249f7ed" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 6, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "5bd26ba7-c91c-42ae-9605-ef44b461254f", + "title": "VirtualizeTests", + "file": "MudBlazor.UnitTests.Components.VirtualizeTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "VirtualizeRenderTest", + "fullTitle": "MudBlazor.UnitTests.Components.VirtualizeTests.VirtualizeRenderTest", + "duration": 3, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "53b27e64-835b-493f-95ff-4e450cde4545", + "parentUUID": "5bd26ba7-c91c-42ae-9605-ef44b461254f", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "53b27e64-835b-493f-95ff-4e450cde4545" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "9e5410cf-03ad-4e0b-8521-118815740b9c", + "title": "ResizeOptionsExtensionsTests", + "file": "MudBlazor.UnitTests.ResizeOptionsExtensionsTests", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Clone_ShouldCreateNewInstanceWithSamePropertyValues", + "fullTitle": "MudBlazor.UnitTests.ResizeOptionsExtensionsTests.Clone_ShouldCreateNewInstanceWithSamePropertyValues", + "duration": 5, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "e9a06bf3-8fa5-4014-8133-2981ae9b8c69", + "parentUUID": "9e5410cf-03ad-4e0b-8521-118815740b9c", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "e9a06bf3-8fa5-4014-8133-2981ae9b8c69" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 5, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + } + ], + "passes": [], + "failures": [], + "pending": [], + "skipped": [], + "duration": 0, + "root": true, + "rootEmpty": true, + "_timeout": 10000 + } + ] +} \ No newline at end of file diff --git a/tests/data/result/nunit-sample-mochawesome.json b/tests/data/result/nunit-sample-mochawesome.json new file mode 100644 index 0000000..3669c85 --- /dev/null +++ b/tests/data/result/nunit-sample-mochawesome.json @@ -0,0 +1,486 @@ +{ + "stats": { + "suites": 6, + "tests": 25, + "passes": 20, + "pending": 3, + "failures": 2, + "testsRegistered": 25, + "passPercent": 80, + "pendingPercent": 12, + "other": 0, + "hasOther": false, + "skipped": 0, + "hasSkipped": false, + "duration": 154 + }, + "results": [ + { + "uuid": "c61c583a-2445-40ec-b1bb-60bbac98fce9", + "title": "mock-assembly.dll", + "fullFile": "", + "file": "", + "beforeHooks": [], + "afterHooks": [], + "tests": [], + "suites": [ + { + "uuid": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "title": "MockTestFixture", + "file": "NUnit.Tests.Assemblies.MockTestFixture", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "FailingTest", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.FailingTest", + "duration": 23, + "state": "failed", + "speed": "slow", + "pass": false, + "fail": true, + "pending": false, + "context": null, + "code": null, + "err": { + "message": "Intentional failure", + "estack": "at NUnit.Framework.Assert.Fail(String message, Object[] args) in D:\\Dev\\NUnit\\nunit-3.0\\work\\NUnitFramework\\src\\framework\\Assert.cs:line 142\n at NUnit.Framework.Assert.Fail(String message) in D:\\Dev\\NUnit\\nunit-3.0\\work\\NUnitFramework\\src\\framework\\Assert.cs:line 152\n at NUnit.Tests.Assemblies.MockTestFixture.FailingTest() in D:\\Dev\\NUnit\\nunit-3.0\\work\\NUnitFramework\\src\\mock-assembly\\MockAssembly.cs:line 121", + "diff": null + }, + "uuid": "039e1556-8e71-41d4-9ce8-be2128a8a100", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "InconclusiveTest", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.InconclusiveTest", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "bea771d8-e195-4af1-add8-6f2afc0c275a", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "MockTest1", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.MockTest1", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Description: Mock Test #1\"]}]", + "code": null, + "err": {}, + "uuid": "b495359b-120d-41d2-a957-9b15d810acda", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "MockTest2", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.MockTest2", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Severity: Critical\",\"Description: This is a really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really long description\",\"Category: MockCategory\"]}]", + "code": null, + "err": {}, + "uuid": "da71245b-13c5-465c-93cd-067d6f622853", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "MockTest3", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.MockTest3", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Category: AnotherCategory\",\"Category: MockCategory\"]}]", + "code": null, + "err": {}, + "uuid": "af5ba899-7d70-4a16-9d01-2256102d33cc", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "MockTest4", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.MockTest4", + "duration": 0, + "state": "pending", + "speed": "fast", + "pass": false, + "fail": false, + "pending": true, + "context": "[{\"title\":\"Properties\",\"value\":[\"Category: Foo\",\"_SKIPREASON: ignoring this test method for now\"]},\"skipped: ignoring this test method for now\"]", + "code": null, + "err": {}, + "uuid": "454f2e93-e878-4cab-8b3f-bbda74f21e2e", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "MockTest5", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.MockTest5", + "duration": 0, + "state": "pending", + "speed": "fast", + "pass": false, + "fail": false, + "pending": true, + "context": "[{\"title\":\"Properties\",\"value\":[\"_SKIPREASON: Method is not public\"]},\"skipped: Method is not public\"]", + "code": null, + "err": {}, + "uuid": "1390f644-b659-410a-9b5a-e047c9dd9985", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "NotRunnableTest", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.NotRunnableTest", + "duration": 0, + "state": "pending", + "speed": "fast", + "pass": false, + "fail": false, + "pending": true, + "context": "[{\"title\":\"Properties\",\"value\":[\"_SKIPREASON: No arguments were provided\"]},\"skipped: No arguments were provided\"]", + "code": null, + "err": {}, + "uuid": "f8eb13e1-793b-4967-9554-6fbb8f36559c", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "TestWithException", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.TestWithException", + "duration": 2, + "state": "failed", + "speed": "fast", + "pass": false, + "fail": true, + "pending": false, + "context": null, + "code": null, + "err": { + "message": "System.ApplicationException : Intentional Exception", + "estack": "at NUnit.Tests.Assemblies.MockTestFixture.MethodThrowsException() in D:\\Dev\\NUnit\\nunit-3.0\\work\\NUnitFramework\\src\\mock-assembly\\MockAssembly.cs:line 158\n at NUnit.Tests.Assemblies.MockTestFixture.TestWithException() in D:\\Dev\\NUnit\\nunit-3.0\\work\\NUnitFramework\\src\\mock-assembly\\MockAssembly.cs:line 153", + "diff": null + }, + "uuid": "71683748-eeb8-4890-a231-6534e481bf36", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + }, + { + "title": "TestWithManyProperties", + "fullTitle": "NUnit.Tests.Assemblies.MockTestFixture.TestWithManyProperties", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"TargetMethod: SomeClassName\",\"Size: 5\"]}]", + "code": null, + "err": {}, + "uuid": "5c862906-7e71-4f73-a9bc-6cbdd2d2bd14", + "parentUUID": "e7256a0f-5713-4a44-b7e4-674d70d404d7", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "bea771d8-e195-4af1-add8-6f2afc0c275a", + "b495359b-120d-41d2-a957-9b15d810acda", + "da71245b-13c5-465c-93cd-067d6f622853", + "af5ba899-7d70-4a16-9d01-2256102d33cc", + "5c862906-7e71-4f73-a9bc-6cbdd2d2bd14" + ], + "failures": [ + "039e1556-8e71-41d4-9ce8-be2128a8a100", + "71683748-eeb8-4890-a231-6534e481bf36" + ], + "pending": [ + "454f2e93-e878-4cab-8b3f-bbda74f21e2e", + "1390f644-b659-410a-9b5a-e047c9dd9985", + "f8eb13e1-793b-4967-9554-6fbb8f36559c" + ], + "skipped": [], + "duration": 119, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "6855d726-ebd6-46f2-ba6d-5be8439bbc50", + "title": "MethodWithParameters", + "file": "NUnit.Tests.FixtureWithTestCases.MethodWithParameters", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "MethodWithParameters(2,2)", + "fullTitle": "NUnit.Tests.FixtureWithTestCases.MethodWithParameters(2,2)", + "duration": 6, + "state": "passed", + "speed": "medium", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "7731c5aa-a3c4-4edd-82c2-6ecdcc87cce0", + "parentUUID": "6855d726-ebd6-46f2-ba6d-5be8439bbc50", + "isHook": false, + "skipped": false + }, + { + "title": "MethodWithParameters(9,11)", + "fullTitle": "NUnit.Tests.FixtureWithTestCases.MethodWithParameters(9,11)", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9555942b-d939-4087-b2d4-806f0cbf386c", + "parentUUID": "6855d726-ebd6-46f2-ba6d-5be8439bbc50", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "7731c5aa-a3c4-4edd-82c2-6ecdcc87cce0", + "9555942b-d939-4087-b2d4-806f0cbf386c" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 9, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "f7a7208f-5e11-4fa2-ae24-ddf1c9d2dfe3", + "title": "ParameterizedFixture(42)", + "file": "NUnit.Tests.ParameterizedFixture(42)", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Test1", + "fullTitle": "NUnit.Tests.ParameterizedFixture(42).Test1", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "0a9ffd60-2dec-471a-b219-68ff0f463287", + "parentUUID": "f7a7208f-5e11-4fa2-ae24-ddf1c9d2dfe3", + "isHook": false, + "skipped": false + }, + { + "title": "Test2", + "fullTitle": "NUnit.Tests.ParameterizedFixture(42).Test2", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "e5c55e7e-7eb5-47e8-83de-38ca84035a6a", + "parentUUID": "f7a7208f-5e11-4fa2-ae24-ddf1c9d2dfe3", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "0a9ffd60-2dec-471a-b219-68ff0f463287", + "e5c55e7e-7eb5-47e8-83de-38ca84035a6a" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 3, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "895be304-efd6-42fb-a1fb-0a6ddc1e9776", + "title": "ParameterizedFixture(5)", + "file": "NUnit.Tests.ParameterizedFixture(5)", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Test1", + "fullTitle": "NUnit.Tests.ParameterizedFixture(5).Test1", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "3d1fb1af-4450-418d-bedc-1804079163a2", + "parentUUID": "895be304-efd6-42fb-a1fb-0a6ddc1e9776", + "isHook": false, + "skipped": false + }, + { + "title": "Test2", + "fullTitle": "NUnit.Tests.ParameterizedFixture(5).Test2", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "e4604f88-12f0-4af1-950f-fb096b1540c1", + "parentUUID": "895be304-efd6-42fb-a1fb-0a6ddc1e9776", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "3d1fb1af-4450-418d-bedc-1804079163a2", + "e4604f88-12f0-4af1-950f-fb096b1540c1" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 2, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "f450004f-864d-4531-8b6b-1b6a5058d55d", + "title": "OneTestCase", + "file": "NUnit.Tests.Singletons.OneTestCase", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "TestCase", + "fullTitle": "NUnit.Tests.Singletons.OneTestCase.TestCase", + "duration": 0, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "9252412b-142f-4d13-b3d4-c88e153ae42b", + "parentUUID": "f450004f-864d-4531-8b6b-1b6a5058d55d", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "9252412b-142f-4d13-b3d4-c88e153ae42b" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 1, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "9d9ce964-327b-42eb-b050-857b91603175", + "title": "MockTestFixture", + "file": "NUnit.Tests.TestAssembly.MockTestFixture", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "MyTest", + "fullTitle": "NUnit.Tests.TestAssembly.MockTestFixture.MyTest", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": null, + "code": null, + "err": {}, + "uuid": "55785af3-ac40-44e2-850f-a12b62a6e817", + "parentUUID": "9d9ce964-327b-42eb-b050-857b91603175", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "55785af3-ac40-44e2-850f-a12b62a6e817" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 1, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + } + ], + "passes": [], + "failures": [], + "pending": [], + "skipped": [], + "duration": 0, + "root": true, + "rootEmpty": true, + "_timeout": 10000 + } + ] +} \ No newline at end of file diff --git a/tests/data/result/nunit-short-mochawesome.json b/tests/data/result/nunit-short-mochawesome.json new file mode 100644 index 0000000..3312613 --- /dev/null +++ b/tests/data/result/nunit-short-mochawesome.json @@ -0,0 +1,185 @@ +{ + "stats": { + "suites": 3, + "tests": 5, + "passes": 5, + "pending": 0, + "failures": 0, + "testsRegistered": 5, + "passPercent": 100, + "pendingPercent": 0, + "other": 0, + "hasOther": false, + "skipped": 0, + "hasSkipped": false, + "duration": 134 + }, + "results": [ + { + "uuid": "30440d83-1ecf-4510-a95f-bdec8ab16315", + "title": "TestLibrary.Example.dll", + "fullFile": "", + "file": "", + "beforeHooks": [], + "afterHooks": [], + "tests": [], + "suites": [ + { + "uuid": "575be30b-7d08-4f3e-9786-eb3f98663a1d", + "title": "ExampleTestFixture", + "file": "TestLibrary.Example.ExampleTestFixture", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "SimpleTest", + "fullTitle": "TestLibrary.Example.ExampleTestFixture.SimpleTest", + "duration": 2, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"system-out\",\"value\":\"Running ExampleTestFixture.SetupMethod\\n Running ExampleTestFixture.SimpleTest\"}]", + "code": null, + "err": {}, + "uuid": "c857820b-0bc3-4e9b-a438-686de9a804e8", + "parentUUID": "575be30b-7d08-4f3e-9786-eb3f98663a1d", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "c857820b-0bc3-4e9b-a438-686de9a804e8" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 36, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "967ebcb8-642c-4fc8-aec5-2b5f85e16b6c", + "title": "ParameterizedTest", + "file": "TestLibrary.Example.ExampleTestFixture.ParameterizedTest", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Example1", + "fullTitle": "TestLibrary.Example.ExampleTestFixture.Example1", + "duration": 23, + "state": "passed", + "speed": "medium", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"_JOINTYPE: Combinatorial\",\"_PID: 8204\",\"_APPDOMAIN: domain-4461bdb5-TestLibrary.Example.dll\"]},{\"title\":\"system-out\",\"value\":\"Running ExampleTestFixture.SetupMethod\\n Running ExampleTestFixture.ParameterizedTest\"}]", + "code": null, + "err": {}, + "uuid": "e688973d-bf8e-4dcb-a11d-9591880b645e", + "parentUUID": "967ebcb8-642c-4fc8-aec5-2b5f85e16b6c", + "isHook": false, + "skipped": false + }, + { + "title": "ParameterizedTest(2,3,5)", + "fullTitle": "TestLibrary.Example.ExampleTestFixture.ParameterizedTest(2,3,5)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"Properties\",\"value\":[\"Description: Ensures aria-label is not present instead of empty string\"]},{\"title\":\"system-out\",\"value\":\"Running ExampleTestFixture.SetupMethod\\n Running ExampleTestFixture.ParameterizedTest\"}]", + "code": null, + "err": {}, + "uuid": "1ce3ad5d-e796-422f-87a5-2214fea970ad", + "parentUUID": "967ebcb8-642c-4fc8-aec5-2b5f85e16b6c", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "e688973d-bf8e-4dcb-a11d-9591880b645e", + "1ce3ad5d-e796-422f-87a5-2214fea970ad" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 29, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + }, + { + "uuid": "5b9ae9a7-a6e8-4dec-b7d7-cb43e13e57db", + "title": "TestWithSource", + "file": "TestLibrary.Example.ExampleTestFixture.TestWithSource", + "beforeHooks": [], + "afterHooks": [], + "tests": [ + { + "title": "Example1", + "fullTitle": "TestLibrary.Example.ExampleTestFixture.Example1", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"system-out\",\"value\":\"Running ExampleTestFixture.SetupMethod\\n Running ExampleTestFixture.TestWithSource\"}]", + "code": null, + "err": {}, + "uuid": "bf115fdd-4525-48b0-8465-47eeff2456e9", + "parentUUID": "5b9ae9a7-a6e8-4dec-b7d7-cb43e13e57db", + "isHook": false, + "skipped": false + }, + { + "title": "TestWithSource(2,3,5)", + "fullTitle": "TestLibrary.Example.ExampleTestFixture.TestWithSource(2,3,5)", + "duration": 1, + "state": "passed", + "speed": "fast", + "pass": true, + "fail": false, + "pending": false, + "context": "[{\"title\":\"system-out\",\"value\":\"Running ExampleTestFixture.SetupMethod\\n Running ExampleTestFixture.TestWithSource\"}]", + "code": null, + "err": {}, + "uuid": "14845f6a-b75f-4f0f-bf7a-c6d1c7aa0f78", + "parentUUID": "5b9ae9a7-a6e8-4dec-b7d7-cb43e13e57db", + "isHook": false, + "skipped": false + } + ], + "suites": [], + "passes": [ + "bf115fdd-4525-48b0-8465-47eeff2456e9", + "14845f6a-b75f-4f0f-bf7a-c6d1c7aa0f78" + ], + "failures": [], + "pending": [], + "skipped": [], + "duration": 1, + "root": false, + "rootEmpty": false, + "_timeout": 10000 + } + ], + "passes": [], + "failures": [], + "pending": [], + "skipped": [], + "duration": 0, + "root": true, + "rootEmpty": true, + "_timeout": 10000 + } + ] +} \ No newline at end of file diff --git a/tests/data/source/nunit-mudblazor.xml b/tests/data/source/nunit-mudblazor.xml new file mode 100644 index 0000000..912df4b --- /dev/null +++ b/tests/data/source/nunit-mudblazor.xml @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/data/source/nunit-sample.xml b/tests/data/source/nunit-sample.xml new file mode 100644 index 0000000..93e6917 --- /dev/null +++ b/tests/data/source/nunit-sample.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/data/source/nunit-short.xml b/tests/data/source/nunit-short.xml new file mode 100644 index 0000000..23ce74d --- /dev/null +++ b/tests/data/source/nunit-short.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file