This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
test
/
Services
/
UnitTest
/
Ordering
/
Application
History
Bill Wagner
d97ae6d6ae
Fix API signatures for collections
...
The methods that return collections should return Task<IEnumerable<dynamic>> not Task<dynamic>
2017-05-04 10:36:23 -04:00
..
IdentifierCommandHandlerTest.cs
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level.
2017-05-02 17:42:59 -07:00
NewOrderCommandHandlerTest.cs
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level.
2017-05-02 17:42:59 -07:00
OrderControllerTest.cs
Added unitary test cases
2017-03-05 23:19:36 +01:00
OrdersWebApiTest.cs
Fix API signatures for collections
2017-05-04 10:36:23 -04:00