-
Notifications
You must be signed in to change notification settings - Fork 3
/
test-report.xml
37 lines (37 loc) · 3.01 KB
/
test-report.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="/Users/lpeters3/Projects/setup-example/src/__tests__/counter.test.js">
<testCase name="<Counter/> should " duration="20"/>
</file>
<file path="/Users/lpeters3/Projects/setup-example/src/__tests__/app.test.js">
<testCase name="App Component show the title of the application" duration="46"/>
</file>
<file path="/Users/lpeters3/Projects/setup-example/src/__tests__/errorBoundary.test.js">
<testCase name="<ErrorBoundry/> shows the component when there is not an error" duration="13"/>
<testCase name="<ErrorBoundry/> Throws an error when a error happens" duration="30"/>
<testCase name="<ErrorBoundry/> throws warning if no fallback is given" duration="1"/>
</file>
<file path="/Users/lpeters3/Projects/setup-example/src/__tests__/sum.test.js">
<testCase name="sum function should add two numbers together" duration="4"/>
<testCase name="testing with jest matchers object assignment" duration="0"/>
<testCase name="testing with jest matchers adding positive numbers is not zero" duration="5"/>
<testCase name="testing with jest truthiness null" duration="1"/>
<testCase name="testing with jest truthiness zero" duration="0"/>
<testCase name="testing with jest numbers two plus two" duration="1"/>
<testCase name="testing with jest numbers adding floating point numbers" duration="0"/>
<testCase name="testing with jest strings there is no I in team" duration="0"/>
<testCase name="testing with jest strings but there is a "stop" in Christoph" duration="0"/>
<testCase name="testing with jest arrays and iterables the shopping list has beer on it" duration="0"/>
<testCase name="testing with jest exceptions compiling android goes as expected" duration="8"/>
<testCase name="testing with jest callbacks the data is peanut butter" duration="102"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the data is peanut butter, then" duration="102"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the fetch fails with an error, catch" duration="101"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the data is peanut butter, resolves" duration="101"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the fetch fails with an error, rejects" duration="102"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the data is peanut butter" duration="103"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the fetch fails with an error" duration="104"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the data is peanut butter" duration="101"/>
<testCase name="testing with jest promises/resolve/reject/catch/async/await the fetch fails with an error" duration="102"/>
<testCase name="testing with jest should check truth" duration="1"/>
</file>
</testExecutions>