Files
Terminal.Gui/UnitTests
Thomas Nind 0dd0f2e5c4 TableView - adds last column dividing line (#1289)
* Adds a final vertical column line at the end of the last header in TableView

* Added clear line as first step in RenderRow

* Added TableStyle.EnforceMaxWidthOnLastColumn

* Added Scenario toggle setting and tests

* Fixed EnforceMaxWidthOnLastColumn when Bounds match exactly the last column width

* Fixed whitespace and comment on ColumntoRender.Width

* Renamed EnforceMaxWidthOnLastColumn to ExpandLastColumn
2021-05-10 20:58:15 -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
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-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.