Skip to content

Releases: STAMP-project/test-runner

test-runner-2.0.4

05 Dec 15:03
Compare
Choose a tag to compare

Bug Fixes

  • Compute coverage without static fields: this is done because it might introduce inconsistencies in the result since only the first test will cover these instructions, and thus, we cannot predict the order of the tests' execution.

Authors

Name Nb Commit
Benjamin DANGLOT 1

test-runner-2.0.3

04 Dec 16:52
Compare
Choose a tag to compare

Bug Fixes

  • Remove the noisy traces.

Authors

Name Nb Commit
Benjamin DANGLOT 1

test-runner-2.0.2

03 Dec 14:00
Compare
Choose a tag to compare

New features

  • Try to support the parametrized.

Bug Fixes

  • Refactor remove duplicate code and use command line options.

Documentation

  • Add info on parametrized.

Authors

Name Nb Commit
Benjamin DANGLOT 3

test-runner-2.0.1

26 Nov 16:56
Compare
Choose a tag to compare

New features

  • Support Junit5.

Tests

  • Add a parametrized test.

Documentation

  • Set the version to 2.0.1.
  • Update README.md.

Authors

Name Nb Commit
Benjamin DANGLOT 4

test-runner-2.0.0

15 Nov 13:48
Compare
Choose a tag to compare

New features

  • Support JUnit5

Authors

Name Nb Commit
Benjamin DANGLOT 1

test-runner-1.1.1

22 Oct 12:24
Compare
Choose a tag to compare

New features

  • Extract the process and its desctruction.

Authors

Name Nb Commit
Benjamin DANGLOT 1

test-runner-1.1.0

13 Sep 07:12
Compare
Choose a tag to compare

New features

  • Run tests with maven. (PR: #48)
  • Feat read external testlistener. (PR: #46)

Bug Fixes

  • Clean the binaries for the test.
  • Use Processor.class to find asmjar, Jenkins support. (PR: #49)
  • Load resources for Jenkins plugin support. (PR: #45)
  • Use now getProtectionDomain().getCodeSource().getLocation(). (PR: #43)
  • Use the method to replace the right separator.
  • Fix the path for instrumentation.
  • Use now the file separator, even in the instrumentation.
  • Use system path separator. (PR: #36)

Tests

  • Ignore flaky test.

Unknown

  • Replace the correct regex.
  • Save/load supports now window.
  • Checks that the path starts with file: before substring.
  • Remove unused fields. (PR: #40)

Authors

Name Nb Commit
Benjamin DANGLOT 13
Valentina Di Giacomo 2

1.0.9

04 Jul 04:42
Compare
Choose a tag to compare
[maven-release-plugin] prepare for next development iteration

Working Directory

18 May 10:56
Compare
Choose a tag to compare

We can now specify a working directory i.e. where to run the command by specifying the variable of eu.stamp_project.EntryPoint.workingDirectory. If this variable is not set, i.e remains null, the java command will inherit the working directory.

1.0.5

23 Apr 13:54
Compare
Choose a tag to compare
[maven-release-plugin] prepare for next development iteration