Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#[DisableReturnValueGenerationForTestDoubles] attribute for disabling return value generation for test doubles created using createMock(), createMockForIntersectionOfInterfaces(), createPartialMock(), createStub(), and createStubForIntersectionOfInterfaces() #5696

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    44ec3e7 View commit details
    Browse the repository at this point in the history
  2. Use DisableReturnValueGenerationForTestDoubles attribute to control c…

    …reateMock(), createMockForIntersectionOfInterfaces(), createPartialMock(), createStub(), and createStubForIntersectionOfInterfaces()
    sebastianbergmann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a02e9e9 View commit details
    Browse the repository at this point in the history
  3. Add missing test

    sebastianbergmann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c53031 View commit details
    Browse the repository at this point in the history