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

handle the {index} parameter like a native MessageFormat argument. #969

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

Commits on Jul 30, 2014

  1. handle the {index} parameter like a native MessageFormat argument.

    For example that allows to specified leading zero by using
    {index,number,0000}
    melchisedek committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    6c350cb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. add test for ParameterizedTest with special test names

    melchisedek committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    111e879 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. fix Test for ParameterizedTest

    melchisedek committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    fbddf8b View commit details
    Browse the repository at this point in the history
  2. Add feadback of junit-team#969

    * extract a constant for this Pattern
    * use while loop (replace and not replaceall)
    * use "0" instead of 0
    melchisedek committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    367a362 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2014

  1. extract Pattern to a constant field

    melchisedek committed Aug 10, 2014
    Configuration menu
    Copy the full SHA
    e1708f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2014

  1. add short description on javaDoc

    melchisedek committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    de1e40a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. revert code formatting and add only additional javaDoc.

    melchisedek committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    e6d2a26 View commit details
    Browse the repository at this point in the history