mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-12 12:08:49 +00:00
Emit XML from a TRX report (#43)
This commit is contained in:
@@ -253,7 +253,7 @@ TestRunner.TestMemberSuccess.Ok [static property]: [read-only] TestRunner.TestMe
|
||||
TestRunner.TestMemberSuccess.Tag [property]: [read-only] int
|
||||
TestRunner.TestProgress inherit obj
|
||||
TestRunner.TestProgress.toStderr [static method]: unit -> TestRunner.ITestProgress
|
||||
TestRunner.TrxCounters inherit obj, implements TestRunner.TrxCounters System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxCounters System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxCounters inherit obj, implements TestRunner.TrxCounters System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxCounters..ctor [constructor]: (System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32, System.UInt32)
|
||||
TestRunner.TrxCounters.Aborted [property]: [read-only] System.UInt32
|
||||
TestRunner.TrxCounters.Completed [property]: [read-only] System.UInt32
|
||||
@@ -289,21 +289,21 @@ TestRunner.TrxCounters.Timeout [property]: [read-only] System.UInt32
|
||||
TestRunner.TrxCounters.Total [property]: [read-only] System.UInt32
|
||||
TestRunner.TrxCounters.Warning [property]: [read-only] System.UInt32
|
||||
TestRunner.TrxCounters.Zero [static property]: [read-only] TestRunner.TrxCounters
|
||||
TestRunner.TrxDeployment inherit obj, implements TestRunner.TrxDeployment System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxDeployment System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxDeployment inherit obj, implements TestRunner.TrxDeployment System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxDeployment..ctor [constructor]: string
|
||||
TestRunner.TrxDeployment.get_RunDeploymentRoot [method]: unit -> string
|
||||
TestRunner.TrxDeployment.RunDeploymentRoot [property]: [read-only] string
|
||||
TestRunner.TrxErrorInfo inherit obj, implements TestRunner.TrxErrorInfo System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxErrorInfo System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxErrorInfo inherit obj, implements TestRunner.TrxErrorInfo System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxErrorInfo..ctor [constructor]: (string option, string option)
|
||||
TestRunner.TrxErrorInfo.get_Message [method]: unit -> string option
|
||||
TestRunner.TrxErrorInfo.get_StackTrace [method]: unit -> string option
|
||||
TestRunner.TrxErrorInfo.Message [property]: [read-only] string option
|
||||
TestRunner.TrxErrorInfo.StackTrace [property]: [read-only] string option
|
||||
TestRunner.TrxExecution inherit obj, implements TestRunner.TrxExecution System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxExecution System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxExecution inherit obj, implements TestRunner.TrxExecution System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxExecution..ctor [constructor]: System.Guid
|
||||
TestRunner.TrxExecution.get_Id [method]: unit -> System.Guid
|
||||
TestRunner.TrxExecution.Id [property]: [read-only] System.Guid
|
||||
TestRunner.TrxOutcome inherit obj, implements TestRunner.TrxOutcome System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxOutcome System.IComparable, System.IComparable, System.Collections.IStructuralComparable - union type with 3 cases
|
||||
TestRunner.TrxOutcome inherit obj, implements TestRunner.TrxOutcome System.IEquatable, System.Collections.IStructuralEquatable - union type with 3 cases
|
||||
TestRunner.TrxOutcome+Tags inherit obj
|
||||
TestRunner.TrxOutcome+Tags.Completed [static field]: int = 0
|
||||
TestRunner.TrxOutcome+Tags.Failed [static field]: int = 2
|
||||
@@ -323,7 +323,7 @@ TestRunner.TrxOutcome.IsWarning [property]: [read-only] bool
|
||||
TestRunner.TrxOutcome.Parse [static method]: string -> TestRunner.TrxOutcome option
|
||||
TestRunner.TrxOutcome.Tag [property]: [read-only] int
|
||||
TestRunner.TrxOutcome.Warning [static property]: [read-only] TestRunner.TrxOutcome
|
||||
TestRunner.TrxOutput inherit obj, implements TestRunner.TrxOutput System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxOutput System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxOutput inherit obj, implements TestRunner.TrxOutput System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxOutput..ctor [constructor]: (string option, TestRunner.TrxErrorInfo option)
|
||||
TestRunner.TrxOutput.ErrorInfo [property]: [read-only] TestRunner.TrxErrorInfo option
|
||||
TestRunner.TrxOutput.get_ErrorInfo [method]: unit -> TestRunner.TrxErrorInfo option
|
||||
@@ -351,7 +351,8 @@ TestRunner.TrxReport.TestLists [property]: [read-only] TestRunner.TrxTestListEnt
|
||||
TestRunner.TrxReport.Times [property]: [read-only] TestRunner.TrxReportTimes
|
||||
TestRunner.TrxReportModule inherit obj
|
||||
TestRunner.TrxReportModule.parse [static method]: string -> Microsoft.FSharp.Core.FSharpResult<TestRunner.TrxReport, string>
|
||||
TestRunner.TrxReportTimes inherit obj, implements TestRunner.TrxReportTimes System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxReportTimes System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxReportModule.toXml [static method]: TestRunner.TrxReport -> System.Xml.XmlDocument
|
||||
TestRunner.TrxReportTimes inherit obj, implements TestRunner.TrxReportTimes System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxReportTimes..ctor [constructor]: (System.DateTimeOffset, System.DateTimeOffset, System.DateTimeOffset, System.DateTimeOffset)
|
||||
TestRunner.TrxReportTimes.Creation [property]: [read-only] System.DateTimeOffset
|
||||
TestRunner.TrxReportTimes.Finish [property]: [read-only] System.DateTimeOffset
|
||||
@@ -361,7 +362,7 @@ TestRunner.TrxReportTimes.get_Queuing [method]: unit -> System.DateTimeOffset
|
||||
TestRunner.TrxReportTimes.get_Start [method]: unit -> System.DateTimeOffset
|
||||
TestRunner.TrxReportTimes.Queuing [property]: [read-only] System.DateTimeOffset
|
||||
TestRunner.TrxReportTimes.Start [property]: [read-only] System.DateTimeOffset
|
||||
TestRunner.TrxResultsSummary inherit obj, implements TestRunner.TrxResultsSummary System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxResultsSummary System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxResultsSummary inherit obj, implements TestRunner.TrxResultsSummary System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxResultsSummary..ctor [constructor]: (TestRunner.TrxOutcome, TestRunner.TrxCounters, TestRunner.TrxOutput, TestRunner.TrxRunInfo list)
|
||||
TestRunner.TrxResultsSummary.Counters [property]: [read-only] TestRunner.TrxCounters
|
||||
TestRunner.TrxResultsSummary.get_Counters [method]: unit -> TestRunner.TrxCounters
|
||||
@@ -371,7 +372,7 @@ TestRunner.TrxResultsSummary.get_RunInfos [method]: unit -> TestRunner.TrxRunInf
|
||||
TestRunner.TrxResultsSummary.Outcome [property]: [read-only] TestRunner.TrxOutcome
|
||||
TestRunner.TrxResultsSummary.Output [property]: [read-only] TestRunner.TrxOutput
|
||||
TestRunner.TrxResultsSummary.RunInfos [property]: [read-only] TestRunner.TrxRunInfo list
|
||||
TestRunner.TrxRunInfo inherit obj, implements TestRunner.TrxRunInfo System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxRunInfo System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxRunInfo inherit obj, implements TestRunner.TrxRunInfo System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxRunInfo..ctor [constructor]: (string, TestRunner.TrxOutcome, System.DateTimeOffset, string)
|
||||
TestRunner.TrxRunInfo.ComputerName [property]: [read-only] string
|
||||
TestRunner.TrxRunInfo.get_ComputerName [method]: unit -> string
|
||||
@@ -381,7 +382,7 @@ TestRunner.TrxRunInfo.get_Timestamp [method]: unit -> System.DateTimeOffset
|
||||
TestRunner.TrxRunInfo.Outcome [property]: [read-only] TestRunner.TrxOutcome
|
||||
TestRunner.TrxRunInfo.Text [property]: [read-only] string
|
||||
TestRunner.TrxRunInfo.Timestamp [property]: [read-only] System.DateTimeOffset
|
||||
TestRunner.TrxTestEntry inherit obj, implements TestRunner.TrxTestEntry System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxTestEntry System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxTestEntry inherit obj, implements TestRunner.TrxTestEntry System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxTestEntry..ctor [constructor]: (System.Guid, System.Guid, System.Guid)
|
||||
TestRunner.TrxTestEntry.ExecutionId [property]: [read-only] System.Guid
|
||||
TestRunner.TrxTestEntry.get_ExecutionId [method]: unit -> System.Guid
|
||||
@@ -389,7 +390,7 @@ TestRunner.TrxTestEntry.get_TestId [method]: unit -> System.Guid
|
||||
TestRunner.TrxTestEntry.get_TestListId [method]: unit -> System.Guid
|
||||
TestRunner.TrxTestEntry.TestId [property]: [read-only] System.Guid
|
||||
TestRunner.TrxTestEntry.TestListId [property]: [read-only] System.Guid
|
||||
TestRunner.TrxTestListEntry inherit obj, implements TestRunner.TrxTestListEntry System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxTestListEntry System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxTestListEntry inherit obj, implements TestRunner.TrxTestListEntry System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxTestListEntry..ctor [constructor]: (string, System.Guid)
|
||||
TestRunner.TrxTestListEntry.get_Id [method]: unit -> System.Guid
|
||||
TestRunner.TrxTestListEntry.get_Name [method]: unit -> string
|
||||
@@ -405,7 +406,7 @@ TestRunner.TrxTestMethod.get_ClassName [method]: unit -> string
|
||||
TestRunner.TrxTestMethod.get_CodeBase [method]: unit -> string
|
||||
TestRunner.TrxTestMethod.get_Name [method]: unit -> string
|
||||
TestRunner.TrxTestMethod.Name [property]: [read-only] string
|
||||
TestRunner.TrxTestOutcome inherit obj, implements TestRunner.TrxTestOutcome System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxTestOutcome System.IComparable, System.IComparable, System.Collections.IStructuralComparable - union type with 3 cases
|
||||
TestRunner.TrxTestOutcome inherit obj, implements TestRunner.TrxTestOutcome System.IEquatable, System.Collections.IStructuralEquatable - union type with 3 cases
|
||||
TestRunner.TrxTestOutcome+Tags inherit obj
|
||||
TestRunner.TrxTestOutcome+Tags.Failed [static field]: int = 1
|
||||
TestRunner.TrxTestOutcome+Tags.NotExecuted [static field]: int = 2
|
||||
@@ -425,7 +426,7 @@ TestRunner.TrxTestOutcome.NotExecuted [static property]: [read-only] TestRunner.
|
||||
TestRunner.TrxTestOutcome.Parse [static method]: string -> TestRunner.TrxTestOutcome option
|
||||
TestRunner.TrxTestOutcome.Passed [static property]: [read-only] TestRunner.TrxTestOutcome
|
||||
TestRunner.TrxTestOutcome.Tag [property]: [read-only] int
|
||||
TestRunner.TrxTestSettings inherit obj, implements TestRunner.TrxTestSettings System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxTestSettings System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxTestSettings inherit obj, implements TestRunner.TrxTestSettings System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxTestSettings..ctor [constructor]: (string, System.Guid, TestRunner.TrxDeployment)
|
||||
TestRunner.TrxTestSettings.Deployment [property]: [read-only] TestRunner.TrxDeployment
|
||||
TestRunner.TrxTestSettings.get_Deployment [method]: unit -> TestRunner.TrxDeployment
|
||||
@@ -445,7 +446,7 @@ TestRunner.TrxUnitTest.Id [property]: [read-only] System.Guid
|
||||
TestRunner.TrxUnitTest.Name [property]: [read-only] string
|
||||
TestRunner.TrxUnitTest.Storage [property]: [read-only] string
|
||||
TestRunner.TrxUnitTest.TestMethod [property]: [read-only] TestRunner.TrxTestMethod
|
||||
TestRunner.TrxUnitTestResult inherit obj, implements TestRunner.TrxUnitTestResult System.IEquatable, System.Collections.IStructuralEquatable, TestRunner.TrxUnitTestResult System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
||||
TestRunner.TrxUnitTestResult inherit obj, implements TestRunner.TrxUnitTestResult System.IEquatable, System.Collections.IStructuralEquatable
|
||||
TestRunner.TrxUnitTestResult..ctor [constructor]: (System.Guid, System.Guid, string, string, System.TimeSpan, System.DateTimeOffset, System.DateTimeOffset, System.Guid, TestRunner.TrxTestOutcome, System.Guid, string, TestRunner.TrxOutput option)
|
||||
TestRunner.TrxUnitTestResult.ComputerName [property]: [read-only] string
|
||||
TestRunner.TrxUnitTestResult.Duration [property]: [read-only] System.TimeSpan
|
||||
|
Reference in New Issue
Block a user