You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some integration tests use fake implementations for interfaces (e.g. the FakeContractNegotiationStore in IdsApiMultipartEndpointV1IntegrationTestServiceExtension). Whenever methods are added to an interface, all fake implementations of that interface have to be adjusted as well.
Rather than using these fake implementations, mocks should be used in the integration tests. Thus, no changes to the test are required when new methods are added.
The text was updated successfully, but these errors were encountered:
Some integration tests use fake implementations for interfaces (e.g. the
FakeContractNegotiationStore
inIdsApiMultipartEndpointV1IntegrationTestServiceExtension
). Whenever methods are added to an interface, all fake implementations of that interface have to be adjusted as well.Rather than using these fake implementations, mocks should be used in the integration tests. Thus, no changes to the test are required when new methods are added.
The text was updated successfully, but these errors were encountered: