Class GetProductByIdQueryHandlerTests
Namespace: Restaurant.UnitTests.Handlers.Product
Assembly: Restaurant.UnitTests.dll
public class GetProductByIdQueryHandlerTests
Inheritance
object ← GetProductByIdQueryHandlerTests
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
GetProductByIdQueryHandlerTests\(\)
public GetProductByIdQueryHandlerTests()
Methods
Handle_ShouldReturnNotFoundException_WhenProductIsNotFound\(\)
[Fact]
public Task Handle_ShouldReturnNotFoundException_WhenProductIsNotFound()
Returns
Handle_ShouldReturnProduct_WhenRepositoryReturnsProduct\(\)
[Fact]
public Task Handle_ShouldReturnProduct_WhenRepositoryReturnsProduct()
Returns
Last modified: 21 May 2024