BrowserWindowOptions; Fix default and add more Tests #270
Annotations
10 errors
|
Minimize_and_restore_events_fire:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L356
Expected minimized to be True, but found False.
|
|
windows
[xUnit.net 00:00:35.54] Minimize_and_restore_events_fire [FAIL]
|
|
Can_set_and_get_bounds:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L66
Expected property round.X to be 10, but found -8.
Expected property round.Y to be 20, but found -8.
Expected property round.Width to be 400, but found 1040.
Expected property round.Height to be 300, but found 736.
With configuration:
- Prefer the declared type of the members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Match (JSON) member by name (or throw)
- Be strict about the order of items in byte arrays
- Without automatic conversion.
|
|
windows
[xUnit.net 00:00:29.96] Can_set_and_get_bounds [FAIL]
|
|
Maximize_unmaximize_roundtrip:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L278
Expected (win.IsMaximizedAsync()) to be False, but found True.
|
|
windows
[xUnit.net 00:00:28.86] Maximize_unmaximize_roundtrip [FAIL]
|
|
Minimize_restore_roundtrip:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L290
Expected (win.IsMinimizedAsync()) to be True, but found False.
|
|
windows
[xUnit.net 00:00:18.84] Minimize_restore_roundtrip [FAIL]
|
|
Maximize_and_unmaximize_events_fire:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L333
Expected maximized to be True, but found False.
|
|
windows
[xUnit.net 00:00:16.30] Maximize_and_unmaximize_events_fire [FAIL]
|