dependabot[bot] e5080e2882 Bump ReportGenerator from 4.8.10 to 4.8.11 4 years ago
..
AllViewsTests.cs 4d09d4522e Added a AllViewsTests unit test to test all Views derived class constructors. 4 years ago
ApplicationTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
AssemblyInfo.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
ClipboardTests.cs ce04eeda86 Added -noprofile option to PowerShell and the clip.exe. 4 years ago
ConsoleDriverTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 years ago
DimTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
GraphViewTests.cs 21714b64b8 Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute. 4 years ago
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 years ago
PointTests.cs b29240f362 Code coverage (#1235) 4 years ago
PosTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
README.md bdd4b45dd2 added readme for unit tests 5 years ago
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 years ago
ResponderTests.cs b29240f362 Code coverage (#1235) 4 years ago
ScenarioTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
ScrollBarViewTests.cs a9d8ff19d8 Fixes #1344. Setting showBothScrollIndicator to false on the constructor don't throws NullReferenceException anymore. 4 years ago
SizeTests.cs b29240f362 Code coverage (#1235) 4 years ago
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TableViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TextFieldTests.cs 66b46851cb Fixes #1327. Fixes TextField backspace and canceling TextChanging. 4 years ago
TextFormatterTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
TextViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
UnitTests.csproj e5080e2882 Bump ReportGenerator from 4.8.10 to 4.8.11 4 years ago
ViewTests.cs ee75af620d Fixes the restriction of the AutoSize = true of only being true if both the width and the height are true. 4 years ago
coverlet.runsettings b29240f362 Code coverage (#1235) 4 years ago
xunit.runner.json 8730ac6f37 first unit tests 5 years ago

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.