Files
Terminal.Gui/UnitTests
BDisp 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277)
* Added AutoSize. CalcRect calculates vertical. Fixes Draw bug.

* Added TextDirection constructor. Ensuring set frame on Pos/Dim absolute. Improves AutoSize.

* Added a scenario for the AutoSize and TextDirection.

* Added more unit tests.

* Fixing some broken scenarios.

* Fixes others TextDirection that was not working.
2021-05-02 11:21:08 -07:00
..
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-28 08:38:25 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2020-06-07 22:20:12 -06:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2021-04-28 08:38:25 -07:00
2021-04-28 08:38:25 -07:00
2021-04-25 10:18:31 -07:00
2021-04-28 08:38:25 -07:00
2020-06-07 21:44:03 -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.