terminal/src/cascadia/LocalTests_TerminalApp
PankajBhojwani 52b4bb760f
Unify splitting panes and creating new tabs (#11305)
Implements `_MakePane` in `TerminalPage`, which creates a pane that then can be used to pass into another pane to split or to create a new tab with. Places where we split pane or create a new tab now use `_MakePane`. 

## PR Checklist
* [x] Closes #11021
* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
* [x] I work here

## Validation Steps Performed
Stands up to manual testing with multiple new pane/new tab commands as well as startup actions
2021-11-04 22:29:58 +00:00
..
TestHostApp Update to MUX 2.7 (#11240) 2021-09-20 22:08:55 +00:00
CommandlineTest.cpp Fix failing TestHostApp unit tests (#11394) 2021-10-05 18:21:03 +00:00
CppWinrtTailored.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
FilteredCommandTests.cpp Rename Microsoft.Terminal.TerminalControl to .Control; Split into dll & lib (#9472) 2021-03-17 20:47:24 +00:00
LocalTests_TerminalApp.def Fix the TabTests! (#3833) 2019-12-06 20:45:08 +00:00
pch.cpp Fix the TabTests! (#3833) 2019-12-06 20:45:08 +00:00
pch.h Add support for renaming windows (#9662) 2021-04-02 16:00:04 +00:00
SettingsTests.cpp Fix failing TestHostApp unit tests (#11394) 2021-10-05 18:21:03 +00:00
TabTests.cpp Unify splitting panes and creating new tabs (#11305) 2021-11-04 22:29:58 +00:00
TerminalApp.LocalTests.AppxManifest.prototype.xml Upgrade Windows SDK to 19041 (#10118) 2021-05-20 16:04:25 +00:00
TerminalApp.LocalTests.manifest Restore embedded manifests to say 18362 (#10370) 2021-06-09 16:23:26 +00:00
TerminalApp.LocalTests.vcxproj Update to MUX 2.7 (#11240) 2021-09-20 22:08:55 +00:00