Thomas Nind b5799c3ded Fixed label positions to begin at Margins not just bottom left of screen (#1488) 3 jaren geleden
..
AllViewsTests.cs 4d09d4522e Added a AllViewsTests unit test to test all Views derived class constructors. 4 jaren geleden
ApplicationTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 jaren geleden
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. 4 jaren geleden
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 jaren geleden
AutocompleteTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 jaren geleden
BorderTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 jaren geleden
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 jaren geleden
ComboBoxTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 jaren geleden
ConsoleDriverTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
GraphViewTests.cs b5799c3ded Fixed label positions to begin at Margins not just bottom left of screen (#1488) 3 jaren geleden
KeyTests.cs 46aa017ff1 Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check. 4 jaren geleden
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 jaren geleden
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
PanelViewTests.cs 8bfa2f0425 Border feature (#1436) 4 jaren geleden
PointTests.cs b29240f362 Code coverage (#1235) 4 jaren geleden
PosTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 jaren geleden
README.md bdd4b45dd2 added readme for unit tests 5 jaren geleden
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 jaren geleden
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 jaren geleden
ScenarioTests.cs 138a14746d Using LayoutSubviews to fix the size height hiding first character. 4 jaren geleden
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
SizeTests.cs b29240f362 Code coverage (#1235) 4 jaren geleden
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 jaren geleden
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 jaren geleden
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 jaren geleden
TableViewTests.cs 29c14876c0 Changed CellColorGetterDelegate to use its own class for args CellColorGetterArgs to future proof the API against breaking changes 4 jaren geleden
TextFieldTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 jaren geleden
TextFormatterTests.cs d60aed79e4 Autocomplete for TextView (#1406) 4 jaren geleden
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 jaren geleden
TextViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 jaren geleden
ToplevelTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 jaren geleden
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 jaren geleden
UnitTests.csproj a2cbe45d55 Bump ReportGenerator from 4.8.12 to 4.8.13 (#1473) 3 jaren geleden
ViewTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 jaren geleden
coverlet.runsettings b29240f362 Code coverage (#1235) 4 jaren geleden
xunit.runner.json 8730ac6f37 first unit tests 5 jaren geleden

README.md

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.