mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Add support for outputting logs from tests #3972
This commit is contained in:
@@ -73,7 +73,8 @@ public class BasicFluentAssertionTests
|
||||
.RightClick(1,1)
|
||||
.ScreenShot ("After open menu",_out)
|
||||
.LeftClick (3, 3)
|
||||
.Stop ();
|
||||
.Stop ()
|
||||
.WriteOutLogs (_out);
|
||||
Assert.True (clicked);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user