Files
Terminal.Gui/UnitTests
Brandon Thetford 776044b716 Remove this method and its test
It is unused
There's no guarantee at all that the parent process is the terminal.
There are good reasons, including that one, why there's no simple way to do it in .net.
It's also of course a windows-only thing, if using WMI.
2024-02-19 04:31:47 -07:00
..
2024-02-19 04:31:47 -07:00
2024-02-14 02:13:49 -07:00
2024-02-14 02:13:05 -07:00
2021-04-25 10:18:31 -07:00
2023-10-04 06:42:47 -06:00

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.