Add :spock-specs:mock-integration subproject - #902
Merged
leonard84 merged 1 commit intoSep 11, 2018
Conversation
leonard84
previously approved these changes
Sep 11, 2018
Codecov Report
@@ Coverage Diff @@
## master #902 +/- ##
============================================
- Coverage 75.02% 74.85% -0.18%
Complexity 3426 3426
============================================
Files 368 368
Lines 10579 10579
Branches 1342 1342
============================================
- Hits 7937 7919 -18
- Misses 2168 2192 +24
+ Partials 474 468 -6
Continue to review full report at Codecov.
|
marcphilipp
force-pushed
the
mock-integration-specs
branch
2 times, most recently
from
September 11, 2018 15:06
c92c82c to
068757d
Compare
The new project contains integration tests for using Spock to mock Java interfaces/classes with cglib/byte-buddy and objenesis, and without any of them. The old testCglib task that reran all tests with byte-buddy deactivated was removed except for spock-spring which contains a few tests that only run when cglib is being used.
marcphilipp
force-pushed
the
mock-integration-specs
branch
from
September 11, 2018 16:03
068757d to
e0f0b67
Compare
leonard84
approved these changes
Sep 11, 2018
MartyIX
pushed a commit
to MartyIX/spock
that referenced
this pull request
Oct 14, 2018
The new project contains integration tests for using Spock to mock Java interfaces/classes with cglib/byte-buddy and objenesis, and without any of them. The old testCglib task that reran all tests with byte-buddy deactivated was removed except for spock-spring which contains a few tests that only run when cglib is being used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new project contains integration tests for using Spock to mock Java
interfaces/classes with cglib/byte-buddy and objenesis, and without any
of them.
In addition, the old testCglib task is removed because it is no longer
necessary to rerun all tests with byte-buddy deactivated.