Class GetCustomerByIdIntegrationTests
Namespace: Ordering.IntegrationTests.Controllers.CustomerController
Assembly: Ordering.IntegrationTests.dll
[Collection("Ordering")]
public class GetCustomerByIdIntegrationTests : IAsyncLifetime
Inheritance
object ← GetCustomerByIdIntegrationTests
Implements
IAsyncLifetime
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
GetCustomerByIdIntegrationTests\(OrderingApiFactory\)
public GetCustomerByIdIntegrationTests(OrderingApiFactory factory)
Parameters
factory OrderingApiFactory
Methods
DisposeAsync\(\)
Called when an object is no longer needed. Called just before System.IDisposable.Dispose if the class also implements that.
public Task DisposeAsync()
Returns
GetCustomerById_ShouldReturnCustomer_WhenCustomerExists\(\)
[Fact]
public Task GetCustomerById_ShouldReturnCustomer_WhenCustomerExists()
Returns
GetCustomerById_ShouldReturnNotFoundException_WhenCustomerDoesNotExist\(\)
[Fact]
public Task GetCustomerById_ShouldReturnNotFoundException_WhenCustomerDoesNotExist()
Returns
InitializeAsync\(\)
Called immediately after the class has been created, before it is used.
public Task InitializeAsync()
Returns
Last modified: 21 May 2024