You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<propertyname="platform"value="Microsoft Windows 11 Pro|C:\WINDOWS|\Device\Harddisk0\Partition3" />
8
+
<propertyname="user-domain"value="Ralph" />
9
+
<propertyname="machine-name"value="RALPH" />
10
+
<propertyname="clr-version"value="8.0.10" />
11
+
<propertyname="cwd"value="C:\code\Pester" />
12
+
<propertyname="framework-version"value="6.0.0" />
13
+
<propertyname="user"value="corbob" />
14
+
</properties>
15
+
<testcasename="All The Tests.Reasons.Skips..."status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.018">
16
+
<skippedmessage="Exception: I am skipped"></skipped>
17
+
</testcase>
18
+
<testcasename="All The Tests.Reasons.Does not skip"status="Passed"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.005" />
19
+
<testcasename="All The Tests.Reasons.is Inconclusive"status="Inconclusive"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.010">
20
+
<skippedmessage="Exception: I am inconclusive!"></skipped>
21
+
</testcase>
22
+
<testcasename="All The Tests.Reasons.is Failed!"status="Failed"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.011">
23
+
<failuremessage="Expected $false, because I am failed test, but got $true.">at $true | Should -BeFalse -Because 'I am failed test', C:\code\Pester\testing\mine.tests.ps1:14
24
+
at <ScriptBlock>, C:\code\Pester\testing\mine.tests.ps1:14</failure>
25
+
</testcase>
26
+
<testcasename="All The Tests.No Reasons.Skips..."status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.007">
27
+
<skippedmessage="Exception: is skipped"></skipped>
28
+
</testcase>
29
+
<testcasename="All The Tests.No Reasons.Does not skip"status="Passed"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.011" />
30
+
<testcasename="All The Tests.No Reasons.is Inconclusive"status="Inconclusive"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.007">
31
+
<skippedmessage="Exception: is inconclusive"></skipped>
32
+
</testcase>
33
+
<testcasename="All The Tests.No Reasons.is Failed!"status="Failed"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.012">
34
+
<failuremessage="Expected $false, but got $true.">at $true | Should -BeFalse, C:\code\Pester\testing\mine.tests.ps1:29
35
+
at <ScriptBlock>, C:\code\Pester\testing\mine.tests.ps1:29</failure>
36
+
</testcase>
37
+
<testcasename="All The Tests.It Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.003">
38
+
<skippedmessage=""></skipped>
39
+
</testcase>
40
+
<testcasename="All The Tests.It No Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.013">
41
+
<skippedmessage=""></skipped>
42
+
</testcase>
43
+
<testcasename="All The Tests.Context Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.006">
44
+
<skippedmessage=""></skipped>
45
+
</testcase>
46
+
<testcasename="All The Tests.Context No Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.010">
47
+
<skippedmessage=""></skipped>
48
+
</testcase>
49
+
<testcasename="All The Tests.Describe Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.006">
50
+
<skippedmessage=""></skipped>
51
+
</testcase>
52
+
<testcasename="All The Tests.Describe No Reasons.Skips"status="Skipped"classname="C:\code\Pester\testing\mine.tests.ps1"assertions="0"time="0.005">
<environmentos-version="10.0.26100"platform="Microsoft Windows 11 Pro|C:\WINDOWS|\Device\Harddisk0\Partition3"user-domain="Ralph"machine-name="RALPH"clr-version="8.0.10"cwd="C:\code\Pester"nunit-version="2.5.8.0"user="corbob" />
<test-suitetype="TestFixture"name="All The Tests"executed="True"result="Failure"success="False"time="0.3331"asserts="0"description="All The Tests">
10
+
<results>
11
+
<test-suitetype="TestFixture"name="All The Tests.Reasons"executed="True"result="Failure"success="False"time="0.1397"asserts="0"description="All The Tests.Reasons">
12
+
<results>
13
+
<test-casedescription="Skips..."name="All The Tests.Reasons.Skips..."time="0.0113"asserts="0"success="False"result="Ignored"executed="False">
14
+
<reason>
15
+
<message>I am skipped</message>
16
+
</reason>
17
+
</test-case>
18
+
<test-casedescription="Does not skip"name="All The Tests.Reasons.Does not skip"time="0.0065"asserts="0"success="True"result="Success"executed="True" />
19
+
<test-casedescription="is Inconclusive"name="All The Tests.Reasons.is Inconclusive"time="0.0073"asserts="0"success="False"result="Inconclusive"executed="True" />
20
+
<test-casedescription="is Failed!"name="All The Tests.Reasons.is Failed!"time="0.1057"asserts="0"success="False"result="Failure"executed="True">
21
+
<failure>
22
+
<message>Expected $false, because I am failed test, but got $true.</message>
23
+
<stack-trace>at $true | Should -BeFalse -Because 'I am failed test', C:\code\Pester\testing\mine.tests.ps1:14
24
+
at <ScriptBlock>, C:\code\Pester\testing\mine.tests.ps1:14</stack-trace>
25
+
</failure>
26
+
</test-case>
27
+
</results>
28
+
</test-suite>
29
+
<test-suitetype="TestFixture"name="All The Tests.No Reasons"executed="True"result="Failure"success="False"time="0.2107"asserts="0"description="All The Tests.No Reasons">
30
+
<results>
31
+
<test-casedescription="Skips..."name="All The Tests.No Reasons.Skips..."time="0.0125"asserts="0"success="False"result="Ignored"executed="False">
32
+
<reason>
33
+
<message>is skipped</message>
34
+
</reason>
35
+
</test-case>
36
+
<test-casedescription="Does not skip"name="All The Tests.No Reasons.Does not skip"time="0.0046"asserts="0"success="True"result="Success"executed="True" />
37
+
<test-casedescription="is Inconclusive"name="All The Tests.No Reasons.is Inconclusive"time="0.0209"asserts="0"success="False"result="Inconclusive"executed="True" />
38
+
<test-casedescription="is Failed!"name="All The Tests.No Reasons.is Failed!"time="0.0242"asserts="0"success="False"result="Failure"executed="True">
39
+
<failure>
40
+
<message>Expected $false, but got $true.</message>
41
+
<stack-trace>at $true | Should -BeFalse, C:\code\Pester\testing\mine.tests.ps1:29
42
+
at <ScriptBlock>, C:\code\Pester\testing\mine.tests.ps1:29</stack-trace>
43
+
</failure>
44
+
</test-case>
45
+
</results>
46
+
</test-suite>
47
+
<test-suitetype="TestFixture"name="All The Tests.It Reasons"executed="True"result="Ignored"success="True"time="0.2278"asserts="0"description="All The Tests.It Reasons">
48
+
<results>
49
+
<test-casedescription="Skips"name="All The Tests.It Reasons.Skips"time="0.0043"asserts="0"success="False"result="Ignored"executed="False">
50
+
<reason>
51
+
<message>I am Skipped</message>
52
+
</reason>
53
+
</test-case>
54
+
</results>
55
+
</test-suite>
56
+
<test-suitetype="TestFixture"name="All The Tests.It No Reasons"executed="True"result="Ignored"success="True"time="0.2431"asserts="0"description="All The Tests.It No Reasons">
57
+
<results>
58
+
<test-casedescription="Skips"name="All The Tests.It No Reasons.Skips"time="0.007"asserts="0"success="False"result="Ignored"executed="False" />
59
+
</results>
60
+
</test-suite>
61
+
<test-suitetype="TestFixture"name="All The Tests.Context Reasons"executed="True"result="Ignored"success="True"time="0.2562"asserts="0"description="All The Tests.Context Reasons">
62
+
<results>
63
+
<test-casedescription="Skips"name="All The Tests.Context Reasons.Skips"time="0.0041"asserts="0"success="False"result="Ignored"executed="False">
64
+
<reason>
65
+
<message>I am Skipped</message>
66
+
</reason>
67
+
</test-case>
68
+
</results>
69
+
</test-suite>
70
+
<test-suitetype="TestFixture"name="All The Tests.Context No Reasons"executed="True"result="Ignored"success="True"time="0.272"asserts="0"description="All The Tests.Context No Reasons">
71
+
<results>
72
+
<test-casedescription="Skips"name="All The Tests.Context No Reasons.Skips"time="0.0057"asserts="0"success="False"result="Ignored"executed="False" />
73
+
</results>
74
+
</test-suite>
75
+
<test-suitetype="TestFixture"name="All The Tests.Describe Reasons"executed="True"result="Ignored"success="True"time="0.2876"asserts="0"description="All The Tests.Describe Reasons">
76
+
<results>
77
+
<test-casedescription="Skips"name="All The Tests.Describe Reasons.Skips"time="0.007"asserts="0"success="False"result="Ignored"executed="False">
78
+
<reason>
79
+
<message>I am Skipped</message>
80
+
</reason>
81
+
</test-case>
82
+
</results>
83
+
</test-suite>
84
+
<test-suitetype="TestFixture"name="All The Tests.Describe No Reasons"executed="True"result="Ignored"success="True"time="0.3025"asserts="0"description="All The Tests.Describe No Reasons">
85
+
<results>
86
+
<test-casedescription="Skips"name="All The Tests.Describe No Reasons.Skips"time="0.0068"asserts="0"success="False"result="Ignored"executed="False" />
0 commit comments