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

Add FAQ to documentation #1212

Merged
merged 7 commits into from
Sep 8, 2020
Merged

Add FAQ to documentation #1212

merged 7 commits into from
Sep 8, 2020

Conversation

kriegaex
Copy link
Contributor

@kriegaex kriegaex commented Sep 2, 2020

For now, there are two FAQ items explaining optional dependencies in general and
explaining why there are two class mocking variants ByteBuddy vs. CGLIB.

Closes #1165.


This change is Reviewable

For now, there are two FAQ items explaining optional dependencies in general and
explaining why there are two class mocking variants ByteBuddy vs. CGLIB.

Closes spockframework#1165.
@codecov
Copy link

codecov bot commented Sep 2, 2020

Codecov Report

Merging #1212 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1212   +/-   ##
=========================================
  Coverage     76.27%   76.27%           
  Complexity     3678     3678           
=========================================
  Files           396      396           
  Lines         11264    11264           
  Branches       1382     1382           
=========================================
  Hits           8592     8592           
  Misses         2193     2193           
  Partials        479      479           

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 464097e...730c9f5. Read the comment docs.

szpak
szpak previously approved these changes Sep 2, 2020
Copy link
Member

@leonard84 leonard84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should also be mentioned, that spock will use ByteBuddy if both libraries are on the classpath.

Also please format according to one sentence per line, I know that not every part of the guide follows that guideline yet, but new documentation should.

docs/faq.adoc Outdated Show resolved Hide resolved
docs/faq.adoc Outdated Show resolved Hide resolved
docs/faq.adoc Outdated Show resolved Hide resolved
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
kriegaex and others added 3 commits September 8, 2020 07:43
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
@leonard84 leonard84 merged commit 40a41bb into spockframework:master Sep 8, 2020
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.

Improve documentation regarding optional dependencies
3 participants