-
-
Notifications
You must be signed in to change notification settings - Fork 213
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 convenience shortcut for Path.toBeASymbolicLink
feature
#811
add convenience shortcut for Path.toBeASymbolicLink
feature
#811
Conversation
Codecov Report
@@ Coverage Diff @@
## master #811 +/- ##
==========================================
- Coverage 84.74% 84.74% -0.01%
==========================================
Files 437 437
Lines 4216 4222 +6
Branches 225 225
==========================================
+ Hits 3573 3578 +5
- Misses 595 596 +1
Partials 48 48
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b56f12c
to
a80c33b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fimbulwint thanks for your first contribution. A few improvements and we are good to merge it
...en_GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/PathAssertionSamples.kt
Show resolved
Hide resolved
...-en_GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/infix/en_GB/samples/PathAssertionSamples.kt
Show resolved
Hide resolved
logic/atrium-logic-jvm/src/main/kotlin/ch/tutteli/atrium/logic/impl/DefaultPathAssertions.kt
Outdated
Show resolved
Hide resolved
...atrium-specs-jvm/src/main/kotlin/ch/tutteli/atrium/specs/integration/PathExpectationsSpec.kt
Outdated
Show resolved
Hide resolved
For both infix and fluent API styles
24741c2
to
2d3b1c8
Compare
@fimbulwint thanks for your first contribution to Atrium 🙂 👍 We could use your help for other issues, and don't forget to ⭐ Atrium: |
@robstoll happy to contribute 🙂 I'll take a look at some other issue when I get the chance. |
For both infix and fluent API styles
I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.