Releases: STAMP-project/test-runner
Releases · STAMP-project/test-runner
test-runner-2.0.4
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
Bug Fixes
Authors
Name |
Nb Commit |
Benjamin DANGLOT |
1 |
test-runner-2.0.2
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
New features
Tests
Documentation
- Set the version to 2.0.1.
- Update README.md.
Authors
Name |
Nb Commit |
Benjamin DANGLOT |
4 |
test-runner-2.0.0
New features
Authors
Name |
Nb Commit |
Benjamin DANGLOT |
1 |
test-runner-1.1.1
New features
- Extract the process and its desctruction.
Authors
Name |
Nb Commit |
Benjamin DANGLOT |
1 |
test-runner-1.1.0
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
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
[maven-release-plugin] prepare for next development iteration
Working Directory
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
[maven-release-plugin] prepare for next development iteration