MusicStoreTestBase<TFixture>
CartSummaryComponent
CartSummaryViewBag
CheckoutController
GenreMenuComponent
HomeController
MusicStoreFixtureBase
ShoppingCartController
StoreController
MusicStoreTestBase(TFixture)
Fixture
AddressAndPayment_RedirectToCompleteWhenSuccessful()
AddressAndPayment_ReturnsOrderIfInvalidPromoCode()
Browse_ReturnsViewWithGenre()
Can_add_items_to_cart()
Cart_has_items_once_they_have_been_added()
Cart_is_empty_when_no_items_have_been_added(String)
CartSummaryComponent_returns_items()
Complete_ReturnsErrorIfInvalidOrder()
Complete_ReturnsOrderIdIfValid()
CreateContext()
CreateOrder(String)
Custom_projection_FirstOrDefault_works(Boolean)
Details_ReturnsAlbumDetail()
GenreMenuComponent_Returns_NineGenres()
Index_CreatesViewWithGenres()
Index_GetsSixTopAlbums()
Music_store_project_to_mapped_entity()
RemoveFromCart_removes_items_from_cart()
net10.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class MusicStoreTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, new(), MusicStoreFixtureBase
{
[AsyncStateMachine(typeof(<Index_CreatesViewWithGenres>d__2))]
[ConditionalFact]
public virtual Task Index_CreatesViewWithGenres();
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Specification.Tests (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API