BDisp 11f29d45ea A unit test to prove the 4df5897. преди 3 години
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) преди 3 години
ApplicationTests.cs 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) преди 3 години
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. преди 4 години
AttributeTests.cs 8bfa2f0425 Border feature (#1436) преди 4 години
AutocompleteTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) преди 3 години
BorderTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) преди 3 години
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) преди 3 години
ComboBoxTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) преди 3 години
ConsoleDriverTests.cs 2ef4edd08e NetDriver fixes keys modifiers not reseting and enter key on Windows Terminal. (#1484) преди 3 години
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
GraphViewTests.cs b5799c3ded Fixed label positions to begin at Margins not just bottom left of screen (#1488) преди 3 години
KeyTests.cs 46aa017ff1 Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check. преди 4 години
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) преди 4 години
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
PanelViewTests.cs 8bfa2f0425 Border feature (#1436) преди 4 години
PointTests.cs b29240f362 Code coverage (#1235) преди 4 години
PosTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. преди 4 години
README.md bdd4b45dd2 added readme for unit tests преди 5 години
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) преди 4 години
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) преди 4 години
ScenarioTests.cs 138a14746d Using LayoutSubviews to fix the size height hiding first character. преди 4 години
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
SizeTests.cs b29240f362 Code coverage (#1235) преди 4 години
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. преди 4 години
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) преди 4 години
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown преди 4 години
TableViewTests.cs 29c14876c0 Changed CellColorGetterDelegate to use its own class for args CellColorGetterArgs to future proof the API against breaking changes преди 4 години
TextFieldTests.cs 3baf993b63 Fixes SelectedStart, SelectedText and some cleaning. преди 3 години
TextFormatterTests.cs d60aed79e4 Autocomplete for TextView (#1406) преди 4 години
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute преди 4 години
TextViewTests.cs 11f29d45ea A unit test to prove the 4df5897. преди 3 години
ToplevelTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) преди 3 години
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown преди 4 години
UnitTests.csproj 1b3668ca70 Upgrading to Net6.0 (#1515) преди 3 години
ViewTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) преди 3 години
coverlet.runsettings b29240f362 Code coverage (#1235) преди 4 години
xunit.runner.json 8730ac6f37 first unit tests преди 5 години

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.