Thomas Nind f536d906d4 Made selected cell invert first character optional as a TableStyle 4 år sedan
..
AllViewsTests.cs 4d09d4522e Added a AllViewsTests unit test to test all Views derived class constructors. 4 år sedan
ApplicationTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
AssemblyInfo.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 år sedan
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
ClipboardTests.cs ce04eeda86 Added -noprofile option to PowerShell and the clip.exe. 4 år sedan
ConsoleDriverTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 år sedan
DimTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
GraphViewTests.cs fe464b0b94 Added test helper method AssertDriverColorsAre 4 år sedan
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 år sedan
PointTests.cs b29240f362 Code coverage (#1235) 4 år sedan
PosTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
README.md bdd4b45dd2 added readme for unit tests 5 år sedan
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 år sedan
ResponderTests.cs b29240f362 Code coverage (#1235) 4 år sedan
ScenarioTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
ScrollBarViewTests.cs a9d8ff19d8 Fixes #1344. Setting showBothScrollIndicator to false on the constructor don't throws NullReferenceException anymore. 4 år sedan
SizeTests.cs b29240f362 Code coverage (#1235) 4 år sedan
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
TableViewTests.cs f536d906d4 Made selected cell invert first character optional as a TableStyle 4 år sedan
TextFieldTests.cs 66b46851cb Fixes #1327. Fixes TextField backspace and canceling TextChanging. 4 år sedan
TextFormatterTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 år sedan
TextViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 år sedan
UnitTests.csproj e5080e2882 Bump ReportGenerator from 4.8.10 to 4.8.11 4 år sedan
ViewTests.cs ee75af620d Fixes the restriction of the AutoSize = true of only being true if both the width and the height are true. 4 år sedan
coverlet.runsettings b29240f362 Code coverage (#1235) 4 år sedan
xunit.runner.json 8730ac6f37 first unit tests 5 år sedan

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.