[GitHub] jmeter pull request #334: Enable running of JUnit tests from within IntelliJ...

2017-11-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/334


---


[GitHub] jmeter pull request #334: Enable running of JUnit tests from within IntelliJ...

2017-11-20 Thread ham1
GitHub user ham1 opened a pull request:

https://github.com/apache/jmeter/pull/334

Enable running of JUnit tests from within IntelliJ with default config

## Description
With the default IntelliJ config tests are not run in the `bin` or project 
root folder which meant tests didn't run without a custom run setting.

## Motivation and Context
Makes running tests far easier in IntelliJ.

## How Has This Been Tested?
Running a sample of unit tests in IntelliJ

## Screenshots (if appropriate):

## Types of changes
- Dev enhancement
 
## Checklist:


- [x] My code follows the [code style][style-guide] of this project.
- [x] I have updated the documentation accordingly.

[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ham1/jmeter run-test-intellij

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/334.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #334


commit 57c8c3871d9eb7158a1c06d3e81c1917dd85357d
Author: Graham Russell 
Date:   2017-11-21T01:56:56Z

enabled running of JUnit tests from within IntelliJ with default config




---