Files
Terminal.Gui/UnitTests
BDisp db78fe28bc Fixes #2717. Label not display fully when resizing terminal. (#2718)
* Fixes #2717. Label not display fully when resizing terminal.

* Fixes #2719. View Move and ViewToScreen shouldn't use Clipped parameter as true by default but only for cursor.

* Fixes #2720. TextFormatter.Draw shouldn't set the Driver.Clip.

* Add braces.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2023-07-05 16:53:27 -06:00
..
2023-05-19 10:24:28 +02:00
2023-01-15 18:33:38 -07:00
2023-01-15 18:33:38 -07:00
2023-02-21 11:59:46 +13:00
2021-04-25 10:18:31 -07:00
2023-06-07 09:14:06 -06:00

Automated Unit Tests

Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.

See the Testing wiki for details on how to add more tests.