Files
Terminal.Gui/UnitTests
BDisp a3627aed5e Fixes #3189. TextValidateField doesn't show the cursor and doesn't have TextChanged event. (#3190)
* Prefix private fields with underscore and code cleanup.

* Rename to SetInitialProperties and fix a typo.

* Cleaning code and some adjustments.

* Fix default width for view.

* Enable cursor visibility.

* Reduces indentation and remove AutoInitShutdown.

* Add unit test for default Width is always equal to the provider DisplayText.Length.

* Also prevents showing the cursor if position is less than 0.

* Add OnTextChanged method and TextChanged event.

* Remove unnecessary TextChanged.
2024-01-24 22:53:34 -07:00
..
2021-04-25 10:18:31 -07:00
2023-10-04 06:42:47 -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.