Add a verify call to a test
This commit is contained in:
parent
87a47f50cc
commit
798145418f
|
|
@ -282,6 +282,8 @@ namespace Microsoft.AspNet.Routing.Template.Tests
|
||||||
Assert.True(context.IsBound);
|
Assert.True(context.IsBound);
|
||||||
Assert.NotNull(virtualPath);
|
Assert.NotNull(virtualPath);
|
||||||
Assert.Equal("hello/1234", virtualPath);
|
Assert.Equal("hello/1234", virtualPath);
|
||||||
|
|
||||||
|
target.VerifyAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue