BDisp b3850f7f61 Fixing FakeDriver and unit test. 5 年之前
..
ApplicationTests.cs 7583128cad Removed from the unit test too. 5 年之前
ConsoleDriverTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 5 年之前
DimTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 5 年之前
MainLoopTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 5 年之前
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
PosTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 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 bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 5 年之前
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
TextFormatterTests.cs 0fb29368cd Non printable character now returns -1 on Rune.ColumnWidth and ConsoleWidth. 5 年之前
UnitTests.csproj b7f91af247 Fixes #1034. The NuGet packages need to be updated. 5 年之前
ViewTests.cs b3850f7f61 Fixing FakeDriver and unit test. 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.