terminal/src/cascadia
Mike Griese 3fcc935782 Fix unittesting our .xaml classes (#4105)
## Summary of the Pull Request

New year, new unittests.

This PR introduces a new project, `TestHostApp`. This project is largely taken from the TAEF samples, and allows us to easily construct a helper executable and `resources.pri` for running TerminalApp unittests.

## References

## PR Checklist
* [x] Closes #3986
* [x] I work here
* [x] is Tests
* [n/a] Requires documentation to be updated
* [x] **Waiting for an updated version of TAEF to be available**

## Detailed Description of the Pull Request / Additional comments

Unittesting for the TerminalApp project has been a horrifying process to try getting everything pieced together just right. Dependencies need to get added to manifests, binplaced correctly, and XAML resources need to get compiled together as well. In addition, using a MUX `Application` (as opposed to the Windows.UI.Xaml `Application`) has led to additional problems. 

This was always a horrifying house of cards for us. Turns out, the reason this was so horrible is that the test infrastructure for doing what we're doing _literally didn't exist_ when I started doing all that work last year.

So, with help from the TAEF team, I was able to get rid of our entire house of cards, and use a much simpler project to build and run the tests.

Unfortunately, the latest TAEF release has a minor bug in it's build rules, and only publishes the x86 version of a dll we need from them. But, the rest of this PR works for x86, and I'll bump this when that updated version is available. We should be able to review this even in the state it's in.

## Validation Steps Performed
ran the tests yo
2020-01-10 18:55:31 +00:00
..
CascadiaPackage update to the latest MUX prerelease (#4024) 2019-12-19 18:16:07 +00:00
inc Apply audit mode to TerminalConnection/Core/Settings and WinCon… (#4016) 2020-01-03 10:44:27 -08:00
LocalTests_TerminalApp Fix unittesting our .xaml classes (#4105) 2020-01-10 18:55:31 +00:00
PublicTerminalCore Add experimental retro terminal effects (#3468) 2019-12-12 13:44:01 +00:00
TerminalApp Fix unittesting our .xaml classes (#4105) 2020-01-10 18:55:31 +00:00
TerminalConnection Add WT_SESSION to WSLENV so it propagates into WSL (#4157) 2020-01-09 19:23:48 +00:00
TerminalControl Converts Dispatcher().RunAsync to WinRT Coroutines (#4051) 2020-01-10 03:29:49 +00:00
TerminalCore Fix flipped sense in TerminalDispatch::CursorPosition (#4113) 2020-01-06 14:45:20 -08:00
TerminalSettings Terminal uses system default for number of rows scrolled at a t… (#3575) 2020-01-06 09:39:02 -08:00
UnitTests_TerminalCore Terminal uses system default for number of rows scrolled at a t… (#3575) 2020-01-06 09:39:02 -08:00
ut_app update to the latest MUX prerelease (#4024) 2019-12-19 18:16:07 +00:00
WindowsTerminal Snap to character grid when resizing window (#3181) 2020-01-08 13:19:23 -08:00
WindowsTerminalUniversal Add internal branding corner to Universal terminal... (#4017) 2019-12-18 16:51:06 -08:00
WinRTUtils Apply audit mode to TerminalConnection/Core/Settings and WinCon… (#4016) 2020-01-03 10:44:27 -08:00
WpfTerminalControl consolidate PackageES versioning in /custom.props (#3672) 2019-11-25 11:29:40 -08:00
CascadiaResources.build.items Add Int, Dev and IntDev assets; switch to them (#4006) 2019-12-17 19:57:51 -08:00