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

Refactoring Suite, Parameterized and class runners to allow reuse in custom Runners #1348

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    06bbb4e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. extracted new helper methods; moved helper methods from nested

    RunnerFactory class to top-level Parameterized class to be accessible
    from other classes.
    PeterWippermann committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1f04d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e9cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d5f9c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. minor improvement of variable name

    pwippermann authored and pwippermann committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    59bd461 View commit details
    Browse the repository at this point in the history
  2. Extracted further methods as static for reuse in other Runners

    pwippermann authored and pwippermann committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    60ee694 View commit details
    Browse the repository at this point in the history
  3. Methods for TestRules are now publicly available

    pwippermann authored and pwippermann committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    0e9d515 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Minor change to fix "@param name not found" error on Travis CI

    pwippermann authored and pwippermann committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    6964310 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. methods related to annotation processing are now protected inst. methods

    pwippermann authored and pwippermann committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    0f4704a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Introduced ParameterizedTestClass to encapsulate annotation processing

    related to parameters there.
    pwippermann authored and pwippermann committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    ff3d035 View commit details
    Browse the repository at this point in the history
  2. withClassStatements() combines @BeforeClass, @afterclass and @ClassRule

    pwippermann authored and pwippermann committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    43ab75e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Configuration menu
    Copy the full SHA
    dca431f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1d4d5 View commit details
    Browse the repository at this point in the history