-
-
Notifications
You must be signed in to change notification settings - Fork 230
Add samples for fileAssertions (#944) #1017
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 samples for fileAssertions (#944) #1017
Conversation
...um-api-fluent-en_GB-jvm/src/main/kotlin/ch/tutteli/atrium/api/fluent/en_GB/fileAssertions.kt
Outdated
Show resolved
Hide resolved
...um-api-fluent-en_GB-jvm/src/main/kotlin/ch/tutteli/atrium/api/fluent/en_GB/fileAssertions.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
|
Thanks for the Review, @robstoll I made the requested changes |
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
..._GB-jvm/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/FileExpectationSamples.kt
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1017 +/- ##
=======================================
Coverage 90.83% 90.83%
=======================================
Files 433 433
Lines 4374 4374
Branches 221 221
=======================================
Hits 3973 3973
Misses 352 352
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@iljakorneckis thanks for your first contribution to Atrium 👍 |
|
@robstoll Woo! 🙌 Thank you for this awesome project! |
Closes #994
Quick note: I added the samples to the -jvm project (not in -common, as it states in the issue), as that where the fileAssertions.kt are located. If this is incorrect, I'll make the necessary changes asap.
I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.