Esempio n. 1
0
 public SearchTests(AppFixture appFixture)
 {
     (_, _, _, mainWindow) = appFixture;
 }
Esempio n. 2
0
 public FileActionsTests(AppFixture appFixture)
 {
     (currentPath, app, _, mainWindow) = appFixture;
 }