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

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.