Skip to main content

3 docs tagged with "Unit Testing Support"

View All Tags

Define Unit Tests (Java)

You already have an existing Java Domain service, you want to include unit testing for that service.

Define Unit Tests (TypeScript)

You want to write unit tests without having access to all of the infrastructure which can be achieved by mocking which is described here in this How-To.

Use External Entities

An External Entity is considered a proxy of an entity that is managed by another microservice. Normally, the external entity contains only the most important data that is regularly needed in the context of the aggregate to which the external entity belongs. Because of these specifics, it is handled differently than a usual Entity.