BDisp f2953b5a00 Fixes #919 Initialized and CanFocus. 4 gadi atpakaļ
..
ApplicationTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 gadi atpakaļ
ConsoleDriverTests.cs d6f9e0a832 Fixed more unit tests. 5 gadi atpakaļ
DimTests.cs 9b66ad5cfd Added more unit tests to Pos and Dim. 5 gadi atpakaļ
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD 5 gadi atpakaļ
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 gadi atpakaļ
PosTests.cs 80591f3ce2 Delete using WindowsRuntime from unit test 5 gadi atpakaļ
README.md bdd4b45dd2 added readme for unit tests 5 gadi atpakaļ
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 gadi atpakaļ
ResponderTests.cs da54dece1f dealt with Removed 5 gadi atpakaļ
ScenarioTests.cs f4cd2ca1c3 Fix typos 5 gadi atpakaļ
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 gadi atpakaļ
TextFormatterTests.cs 805fdeb344 Fixing TextFormatter unit test. 5 gadi atpakaļ
UnitTests.csproj 19955faa8b Add custom resolver for libcoreclr.so 5 gadi atpakaļ
ViewTests.cs f2953b5a00 Fixes #919 Initialized and CanFocus. 4 gadi atpakaļ
xunit.runner.json 8730ac6f37 first unit tests 5 gadi atpakaļ

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.