workaround on testing the null CloseButton
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m41s
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m41s
This commit is contained in:
parent
404d406931
commit
76a3660dcf
2 changed files with 49 additions and 19 deletions
11
src/PostIt.Tests/TestAppContext.cs
Normal file
11
src/PostIt.Tests/TestAppContext.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using PostIt.Views;
|
||||
|
||||
namespace PostIt.Tests;
|
||||
|
||||
internal class TestAppContext
|
||||
{
|
||||
public MainWindow? Window {get; set; }
|
||||
public CirclesPage? page {get; set; }
|
||||
public AddCircleMemberDialog? dialog { get; set; }
|
||||
public App? App { get; internal set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue