Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
commit305518fee9300285cb90a1bb00bedc2fd06620ea (patch)
treec5e0f0ca454e378fdf863479ff95b4b1c13010f8 /Testing/WpfTestRunner.csproj
parent5d6f2956d1df177a2b5c093443be4e5e01af4e57 (diff)
[TEST] Add nunit-console support
nunit-console does not call the applications main method. Application.Initialize() should be called from a separate SetUpFixture to ensure correct initialization.
Diffstat (limited to 'Testing/WpfTestRunner.csproj')
-rw-r--r--Testing/WpfTestRunner.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing/WpfTestRunner.csproj b/Testing/WpfTestRunner.csproj
index 191dfd74..b34d0cbd 100644
--- a/Testing/WpfTestRunner.csproj
+++ b/Testing/WpfTestRunner.csproj
@@ -110,6 +110,7 @@
<Compile Include="Tests\WidgetTests.cs" />
<Compile Include="Tests\WindowTests.cs" />
<Compile Include="Tests\XwtTest.cs" />
+ <Compile Include="WpfTestRunner\WpfInit.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Xwt.WPF\Xwt.WPF.csproj">