13 references to s_namespace
Infrastructure.Tests (13)
Shared\TestTrxBuilder.cs (13)
28s_namespace + "TestRun",
30s_namespace + "TestDefinitions",
33s_namespace + "Results",
36s_namespace + "ResultSummary",
38s_namespace + "Counters",
95s_namespace + "UnitTest",
99s_namespace + "TestMethod",
107s_namespace + "UnitTestResult",
117s_namespace + "Output",
119string.IsNullOrEmpty(testCase.StdOut) ? null : new XElement(s_namespace + "StdOut", testCase.StdOut)));
130s_namespace + "ErrorInfo",
131string.IsNullOrEmpty(testCase.ErrorMessage) ? null : new XElement(s_namespace + "Message", testCase.ErrorMessage),
132string.IsNullOrEmpty(testCase.StackTrace) ? null : new XElement(s_namespace + "StackTrace", testCase.StackTrace));