We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e337e78 commit 1788de7Copy full SHA for 1788de7
samples/ApplicationParts/ApplicationParts.Test/Tests.cs
@@ -9,7 +9,7 @@
9
public class Tests
10
{
11
[OneTimeSetUp]
12
- public void Init() => MyApplication.StartsFrom<Startup>();
+ public void Init() => MyApplication.StartsFrom<Startup>().WithTestAssembly(this);
13
14
[Test]
15
public void CustomRouteShouldMatchCorrectController()
0 commit comments