BDisp b1d0de9571 #41 and #949. Unit test to compare the difference between System.Rune and System.Text.Rune. 4 years ago
..
ApplicationTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 years ago
ConsoleDriverTests.cs d6f9e0a832 Fixed more unit tests. 5 years ago
DimTests.cs aa1e20b8fb Added "en-US" culture info for unit test purpose. 4 years ago
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD 5 years ago
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 years ago
PosTests.cs 80591f3ce2 Delete using WindowsRuntime from unit test 5 years ago
README.md bdd4b45dd2 added readme for unit tests 5 years ago
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 years ago
ResponderTests.cs da54dece1f dealt with Removed 5 years ago
ScenarioTests.cs f4cd2ca1c3 Fix typos 5 years ago
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 years ago
TextFormatterTests.cs b1d0de9571 #41 and #949. Unit test to compare the difference between System.Rune and System.Text.Rune. 4 years ago
UnitTests.csproj 9c0a8529a6 Fixed build warnings and ensured tests run 4 years ago
ViewTests.cs 473afe0732 poc 4 years ago
xunit.runner.json 8730ac6f37 first unit tests 5 years ago

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.