BDisp 805fdeb344 Fixing TextFormatter unit test. před 5 roky
..
ApplicationTests.cs dce2a0304e Fixed Unit Test based on the changes. před 5 roky
ConsoleDriverTests.cs d6f9e0a832 Fixed more unit tests. před 5 roky
DimTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) před 5 roky
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD před 5 roky
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) před 5 roky
PosTests.cs dce2a0304e Fixed Unit Test based on the changes. před 5 roky
README.md bdd4b45dd2 added readme for unit tests před 5 roky
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) před 5 roky
ResponderTests.cs da54dece1f dealt with Removed před 5 roky
ScenarioTests.cs dce2a0304e Fixed Unit Test based on the changes. před 5 roky
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) před 5 roky
TextFormatterTests.cs 805fdeb344 Fixing TextFormatter unit test. před 5 roky
UnitTests.csproj 9ef9eb95a3 merge after massive PR merge před 5 roky
ViewTests.cs f32af48a09 Fixes #808. Added an automated CanFocus. před 5 roky
xunit.runner.json 8730ac6f37 first unit tests před 5 roky

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.