Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 30, 2018
1 parent 7c1e163 commit 41492de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions integration/integration.uwp/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,5 @@ protected override void OnInitializeRunner()
{
AddTestAssembly(typeof(App).GetTypeInfo().Assembly);
}

protected override void OnLaunched(LaunchActivatedEventArgs e)
{
// Start the test runner if we have args
if (!string.IsNullOrWhiteSpace(e.Arguments))
{
Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI();
// Ensure the current window is active
Window.Current.Activate();

Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments);
}
else
{
base.OnLaunched(e);
}
}
}
}
4 changes: 2 additions & 2 deletions integration/integration.uwp/integration.uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.devices" Version="2.4.0-build.10" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.8" />
<PackageReference Include="xunit.runner.devices" Version="2.4.0-build.23" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.8" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-beta.2.build4010" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 41492de

Please sign in to comment.