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

[PiranhaJava] Remove configured test methods #151

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    028fb16 View commit details
    Browse the repository at this point in the history
  2. [PiranhaJava] Remove configured test methods

    This development allows the user of Piranha to specify a list of methods
    where if a dynamic flag evaluation is in a certain argument position, we
    remove that method.
    
    This is useful for cleaning up `mock()` wrapper methods or `assert()`
    methods in test code that are useless after a feature flag is removed.
    
    Limitations:
      - This does not remove unused imports for the test methods because we
        have to account for cases of the test methods that will not be
        removed.
    tnterdan committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    46ed05a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    2866b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6bf298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d29883a View commit details
    Browse the repository at this point in the history