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

Enable running of JUnit tests from within IntelliJ with default config #334

Closed
wants to merge 1 commit into from
Closed

Enable running of JUnit tests from within IntelliJ with default config #334

wants to merge 1 commit into from

Conversation

ham1
Copy link
Contributor

@ham1 ham1 commented Nov 21, 2017

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:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.

@codecov-io
Copy link

codecov-io commented Nov 21, 2017

Codecov Report

Merging #334 into trunk will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##              trunk     #334      +/-   ##
============================================
- Coverage     57.93%   57.93%   -0.01%     
- Complexity    10025    10026       +1     
============================================
  Files          1148     1148              
  Lines         73748    73752       +4     
  Branches       7321     7323       +2     
============================================
- Hits          42728    42725       -3     
- Misses        28539    28547       +8     
+ Partials       2481     2480       -1
Impacted Files Coverage Δ Complexity Δ
...st/src/org/apache/jmeter/junit/JMeterTestCase.java 31.25% <0%> (-0.81%) 10 <0> (ø)
...c/org/apache/jmeter/junit/JMeterTestCaseJUnit.java 9.83% <0%> (-0.34%) 3 <0> (ø)
...ocol/jms/org/apache/jmeter/protocol/jms/Utils.java 54.83% <0%> (-4.31%) 15% <0%> (ø)
...apache/jmeter/extractor/TestBoundaryExtractor.java 97.88% <0%> (ø) 17% <0%> (ø) ⬇️
...c/core/org/apache/jmeter/reporters/Summariser.java 86.15% <0%> (+0.76%) 19% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a60f2b...e625f95. Read the comment docs.

@asfgit asfgit closed this in 45722a9 Nov 21, 2017
@ham1 ham1 deleted the run-test-intellij branch November 21, 2017 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants