Files
Terminal.Gui/UnitTests
BDisp be67e0f09f Fixes #2196. TextView: Setting Text places cursor at beginning, unlike TextField (#2572)
* Fixes #2196. TextView: Setting Text places cursor at beginning, unlike TextField

* Change all private members to have the _prefix.

* Renamed local member to prevLayoutStyle.

* Helper function for SetNeedsDisplay.
2023-04-29 23:42:53 +02:00
..
2023-04-17 09:31:45 -06:00
2023-04-17 09:31:45 -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.