|
|
1 день тому | |
|---|---|---|
| .. | ||
| Benchmarks | 1 місяць тому | |
| IntegrationTests | 1 тиждень тому | |
| StressTests | 1 тиждень тому | |
| TerminalGuiFluentTesting | 5 днів тому | |
| TerminalGuiFluentTestingXunit | 5 місяців тому | |
| TerminalGuiFluentTestingXunit.Generator | 1 місяць тому | |
| UnitTests | 4 днів тому | |
| UnitTestsParallelizable | 1 день тому | |
| CATEGORY_A_MIGRATION_SUMMARY.md | 1 місяць тому | |
| PERFORMANCE_ANALYSIS.md | 1 місяць тому | |
| README.md | 9 місяців тому | |
| TEST_MIGRATION_REPORT.md | 1 місяць тому | |
| TEXT_TESTS_ANALYSIS.md | 1 місяць тому | |
| U | 1 місяць тому | |
This folder contains the tests for Terminal.Gui.
This folder contains the unit tests for Terminal.Gui that can not be run in parallel. This is because they
depend on Application or other class that use static state or ConfigurationManager.
We should be striving to move as many tests as possible to the ./UnitTestsParallelizable folder.
This folder contains the unit tests for Terminal.Gui that can be run in parallel.
This folder contains the integration tests for Terminal.Gui.
This folder contains the stress tests for Terminal.Gui.
This folder WILL contain the performance tests for Terminal.Gui.
See the Testing wiki for details on how to add more tests.