BDisp f01ddbe9e0 Fixes #808. Added an automated CanFocus. 5 년 전
..
ApplicationTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 년 전
ConsoleDriverTests.cs d6f9e0a832 Fixed more unit tests. 5 년 전
DimTests.cs 8c5822f9e2 Also testing with a Pos and Dim null values. 5 년 전
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD 5 년 전
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 년 전
PosTests.cs 8c5822f9e2 Also testing with a Pos and Dim null values. 5 년 전
README.md bdd4b45dd2 added readme for unit tests 5 년 전
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 년 전
ResponderTests.cs da54dece1f dealt with Removed 5 년 전
ScenarioTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 년 전
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 년 전
TextFormatterTests.cs 9d088f87ec fixed a wide-unicode bug 5 년 전
UnitTests.csproj 9ef9eb95a3 merge after massive PR merge 5 년 전
ViewTests.cs f01ddbe9e0 Fixes #808. Added an automated CanFocus. 5 년 전
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.