[browser] Move the test specific code to the right location (#40722)
authorLarry Ewing <lewing@microsoft.com>
Wed, 12 Aug 2020 18:13:14 +0000 (13:13 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 18:13:14 +0000 (15:13 -0300)
commit2e807ab0f4b1e42aa131f63bcb376a0a54790363
tree6c044affaee8ee985fc389f2ad361de5b27fb52d
parent8a2820e35c5ad841d4c3aae3af8b1ace37d22660
[browser] Move the test specific code to the right location (#40722)

* Split out TestHarness related classes

* Move TestHarness files
src/mono/wasm/debugger/BrowserDebugHost/Program.cs
src/mono/wasm/debugger/DebuggerTestSuite/TestHarnessOptions.cs [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/TestHarnessProxy.cs [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/TestHarnessStartup.cs [moved from src/mono/wasm/debugger/BrowserDebugHost/TestHarnessStartup.cs with 100% similarity]