Skip to content

Commit 2f115ba

Browse files
Rexrover2AlanCS
authored andcommitted
Added missing file
1 parent fbe9c38 commit 2f115ba

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

  • Examples/MovieProject/MovieProject.Tests/MovieProject.IsolatedTests/ComponentTesting/Stubs/UserApi/Real_Responses/Happy
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
METADATA
2+
Date: 2019-07-08 21:37:46.029 (UTC+10:00) Canberra, Melbourne, Sydney
3+
Requested by code: C:\Users\AlanPC\Documents\GitHub\SystemTestingTools\Examples\MovieProject\MovieProject.Web\Startup.cs
4+
Local machine: DESKTOP-ODVA6EU
5+
User: DESKTOP-ODVA6EU\AlanPC
6+
Using tool: SystemTestingTools 0.2.0.0 (https://github.com/AlanCS/SystemTestingTools/)
7+
Observations:
8+
9+
REQUEST
10+
get https://jsonplaceholder.typicode.com/users
11+
Referer:https://github.com/AlanCS/SystemTestingTools
12+
13+
--!?@Divider: Any text BEFORE this line = comments, AFTER = response in Fiddler like format
14+
15+
HTTP/1.1 200 OK
16+
Date:Mon, 08 Jul 2019 11:37:47 GMT
17+
Transfer-Encoding:chunked
18+
Connection:keep-alive
19+
Set-Cookie:__cfduid=d8e43ce3272b469e858680c1724f8a7891562585867; expires=Tue, 07-Jul-20 11:37:47 GMT; path=/; domain=.typicode.com; HttpOnly
20+
X-Powered-By:Express
21+
Vary:Origin,Accept-Encoding
22+
Access-Control-Allow-Credentials:true
23+
Cache-Control:public, max-age=14400
24+
Pragma:no-cache
25+
X-Content-Type-Options:nosniff
26+
ETag:W/"160d-1eMSsxeJRfnVLRBmYJSbCiJZ1qQ"
27+
Via:1.1 vegur
28+
CF-Cache-Status:HIT
29+
Age:6471
30+
Expect-CT:max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
31+
Server:cloudflare
32+
CF-RAY:4f31c4a6ea68a57c-NRT
33+
Content-Type:application/json; charset=utf-8
34+
Expires:Mon, 08 Jul 2019 15:37:47 GMT
35+
36+
[
37+
38+
{
39+
40+
"id": 1,
41+
42+
"name": "Leanne Graham",
43+
44+
"username": "Bret",
45+
46+
"email": "Sincere@april.biz",
47+
48+
"address": {
49+
50+
"street": "Kulas Light",
51+
52+
"suite": "Apt. 556",
53+
54+
"city": "Gwenborough",
55+
56+
"zipcode": "92998-3874",
57+
58+
"geo": {
59+
60+
"lat": "-37.3159",
61+
62+
"lng": "81.1496"
63+
64+
}
65+
66+
},
67+
68+
"phone": "1-770-736-8031 x56442",
69+
70+
"website": "hildegard.org",
71+
72+
"company": {
73+
74+
"name": "Romaguera-Crona",
75+
76+
"catchPhrase": "Multi-layered client-server neural-net",
77+
78+
"bs": "harness real-time e-markets"
79+
80+
}
81+
82+
}
83+
84+
]

0 commit comments

Comments
 (0)