BDisp 8bdbb12c8a Check if xclip is installed. 4 년 전
..
ApplicationTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
AssemblyInfo.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 년 전
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
ClipboardTests.cs 8bdbb12c8a Check if xclip is installed. 4 년 전
ConsoleDriverTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 년 전
DimTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
GraphViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 년 전
PointTests.cs b29240f362 Code coverage (#1235) 4 년 전
PosTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 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 b29240f362 Code coverage (#1235) 4 년 전
ScenarioTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
ScrollBarViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
SizeTests.cs b29240f362 Code coverage (#1235) 4 년 전
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
TableViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
TextFieldTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 년 전
TextFormatterTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 년 전
TextViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
UnitTests.csproj 8d164cd02f Bump ReportGenerator from 4.8.7 to 4.8.8 (#1247) 4 년 전
ViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 년 전
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.