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

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.