-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.log
More file actions
49 lines (46 loc) · 2.58 KB
/
Copy pathexample.log
File metadata and controls
49 lines (46 loc) · 2.58 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
================================================================================
RevitTestAdapter v1.4.0
.NET Framework 4.8 | Revit 2024
Assembly: C:\Projects\MyApp\bin\Debug\MyApp.Tests.dll
Filter: FullyQualifiedName~UserService|FullyQualifiedName~OrderRepository
Started: 2026-04-30 14:23:01 UTC
Machine: WS-DEV-042 | PID: 18432
================================================================================
[+00:00.000] [INFO ] Starting test run (2 classes, 5 methods)
[+00:00.022] [INFO ] >> MyApp.Tests.UserServiceTests (2 tests)
[+00:00.027] [DEBUG] ClassInitialize: MyApp.Tests.UserServiceTests
[+00:00.078] [INFO ] >> Should_CreateUser_WhenValidInput
[+00:00.122] [INFO ] << PASS (44ms) Should_CreateUser_WhenValidInput
[+00:00.127] [INFO ] >> Should_ThrowException_WhenNullEmail
[+00:00.157] [ERROR] << FAIL (30ms) Should_ThrowException_WhenNullEmail
[+00:00.158] [ERROR] Expected: ArgumentNullException
[+00:00.158] [ERROR] Actual: <no exception thrown>
[+00:00.159] [ERROR] at MyApp.Tests.UserServiceTests.Should_ThrowException_WhenNullEmail() in UserServiceTests.cs:line 42
[+00:00.162] [DEBUG] ClassCleanup: MyApp.Tests.UserServiceTests
[+00:00.167] [INFO ] << UserServiceTests: 1 passed, 1 failed (145ms)
[+00:00.172] [INFO ] >> MyApp.Tests.OrderRepositoryTests (3 tests)
[+00:00.175] [DEBUG] ClassInitialize: MyApp.Tests.OrderRepositoryTests
[+00:00.187] [INFO ] >> Should_ReturnOrder_WhenIdExists
[+00:00.219] [INFO ] << PASS (32ms) Should_ReturnOrder_WhenIdExists
[+00:00.222] [INFO ] >> Should_ReturnNull_WhenIdMissing
[+00:00.244] [INFO ] << PASS (22ms) Should_ReturnNull_WhenIdMissing
[+00:00.247] [INFO ] >> Should_ThrowOnConnectionFailure
[+00:00.289] [WARN ] Retrying connection (attempt 2/3)
[+00:00.332] [INFO ] << PASS (85ms) Should_ThrowOnConnectionFailure
[+00:00.337] [DEBUG] ClassCleanup: MyApp.Tests.OrderRepositoryTests
[+00:00.342] [INFO ] << OrderRepositoryTests: 3 passed, 0 failed (170ms)
[+00:00.347] [INFO ] Completed: 4 passed, 1 failed, 0 skipped (347ms)
================================================================================
Test Run Summary
--------------------------------------------------------------------------------
Total: 5 tests in 2 classes
Passed: 4
Failed: 1
Skipped: 0
Duration: 347ms
Finished: 2026-04-30 14:23:01 UTC
Failed tests:
- MyApp.Tests.UserServiceTests.Should_ThrowException_WhenNullEmail
UserServiceTests.cs:42
Expected ArgumentNullException, got <no exception thrown>
================================================================================