metalglove / Kwetter

This repository aims to implement a Microservice architecture using Domain-Driven Design in .NET 5.
16 stars 4 forks source link

Integration testing #41

Open metalglove opened 3 years ago

metalglove commented 3 years ago

Integration testing for asp.net core should be done using StartUp https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-5.0

metalglove commented 3 years ago

UserService controller tests should be moved to IdentityCreatedIntegrationEventHandlerTests and controller be deleted. This endpoint should not be reachable by rest api.

metalglove commented 3 years ago

Verify FollowService tests

metalglove commented 3 years ago

Verify KweetService tests (likes and unlikes)

metalglove commented 3 years ago

Fix EventBusMock

metalglove commented 3 years ago

Verify user mentions through reference