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

JUnit 5 support - A new junitlauncher task #60

Closed
wants to merge 9 commits into from

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    4f08762 View commit details
    Browse the repository at this point in the history
  2. Fix typo + use FileUtils.close() + use Reader instead of InputStream …

    …for reading sysout/syserr content
    jaikiran committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    dd08c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469801b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9d93a View commit details
    Browse the repository at this point in the history
  5. Fix the way the task is configured for nested elements + Use FileUtil…

    …s.close() + Remove unnecessary check in the streamer thread
    jaikiran committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e7133f8 View commit details
    Browse the repository at this point in the history
  6. Remove unused method

    jaikiran committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    28deb2d View commit details
    Browse the repository at this point in the history
  7. Use Arrays.copyOf

    jaikiran committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    7d07e82 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Update JUnit 5 versions

    jaikiran committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    9704d63 View commit details
    Browse the repository at this point in the history
  2. Use a "store" for sysout/syserr content, which first uses in-memory s…

    …ized limited buffer, before switching to a file based store, if the size limit is exceeded
    jaikiran committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    641b873 View commit details
    Browse the repository at this point in the history