Test Classes
Service methods should mock both Selector
and Domain
classes. We are purely testing the service code, not the selector and domain code. In most cases, this is testing the business logic.
Service methods should mock both Selector
and Domain
classes. We are purely testing the service code, not the selector and domain code. In most cases, this is testing the business logic.