C# Class Cashier.Service.Tests.OrderCommandTests

Show file Open project: rbanks54/microcafe

Public Methods

Method Description
OrderCommandTests ( ) : System

Private Methods

Method Description
Should_fail_when_no_product_is_provided_and_a_new_order_is_started ( ) : void
Should_fail_when_starting_a_new_order_and_product_quantity_is_zero ( ) : void
Should_succeed_when_starting_a_new_order_with_a_valid_product_and_quantity ( ) : void

Method Details

OrderCommandTests() public method

public OrderCommandTests ( ) : System
return System