MyTested.AspNetCore.Mvc icon indicating copy to clipboard operation
MyTested.AspNetCore.Mvc copied to clipboard

Fluent testing library for ASP.NET Core MVC.

Results 106 MyTested.AspNetCore.Mvc issues
Sort by recently updated
recently updated
newest added

http://docs.asp.net/en/latest/data/ef-mvc/intro.html

enhancement

They should be Component -> Http -> Action. Also add base classes and interfaces for those because different components have different level of context data.

enhancement

Like: ``` c# .ViewBag(viewBag => viewBag.Passing(entries => entries.Name == "Test")) ```

enhancement

I faced into next problem. I'm replacing dbContext to InMemory by myself in TechStartup.cs in method ConfigureTestServices. Then in my startup class, I have a method which seeding some data...

question

Is there any plan to support .NET 5? At the moment an exception is thrown: "This version of MyTested.AspNetCore.Mvc only supports ASP.NET Core 3.1 applications but the 5.0.0 web framework...

question

When I start any test I get this exception: System.InvalidOperationException : Test application could not be initialized. You may need to create a custom mock for one of your registered...

question

Update the tutorial with all the latest features: - Pipeline testing - Global test data - Free licensing

feature