Guest User

Untitled

a guest
Nov 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Test Name: ToDo.Tests.Integration.Web.HomeControllerIndexShould.ReturnViewWithCorrectMessage
  2. Test FullName: ToDo.Tests.Integration.Web.HomeControllerIndexShould.ReturnViewWithCorrectMessage
  3. Test Source: C:SourceUtopiatestsToDo.TestsIntegrationWebHomeControllerIndexShould.cs : line 18
  4. Test Outcome: Failed
  5. Test Duration: 0:00:00,001
  6.  
  7. Result StackTrace:
  8. at Microsoft.AspNetCore.Hosting.Internal.HostingEnvironmentExtensions.Initialize(IHostingEnvironment hostingEnvironment, String contentRootPath, WebHostOptions options)
  9. at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors)
  10. at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
  11. at Microsoft.AspNetCore.TestHost.TestServer..ctor(IWebHostBuilder builder, IFeatureCollection featureCollection)
  12. at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateServer(IWebHostBuilder builder)
  13. at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.EnsureServer()
  14. at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(DelegatingHandler[] handlers)
  15. at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient(WebApplicationFactoryClientOptions options)
  16. at ToDo.Tests.Integration.Web.HomeControllerIndexShould..ctor(CustomWebApplicationFactory`1 factory) in C:SourceUtopiatestsToDo.TestsIntegrationWebHomeControllerIndexShould.cs:line 14
  17. Result Message:
  18. System.ArgumentException : The content root 'C:SourceUtopiaToDo.Web' does not exist.
  19. Parameter name: contentRootPath
Add Comment
Please, Sign In to add comment