-
-
Notifications
You must be signed in to change notification settings - Fork 226
Add samples for throwable expectations #990
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 throwable expectations #990
Conversation
Codecov Report
@@ Coverage Diff @@
## main #990 +/- ##
=======================================
Coverage 90.86% 90.86%
=======================================
Files 433 433
Lines 4359 4359
Branches 219 219
=======================================
Hits 3961 3961
Misses 349 349
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.
|
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
…in/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
…in/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
…in/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
...on/src/test/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
Outdated
Show resolved
Hide resolved
…in/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
…in/ch/tutteli/atrium/api/fluent/en_GB/samples/ThrowableExpectationSamples.kt
@szatyinadam thanks for you contribution 👍 would you mind adding the sample also to api-infix? See ch.tutteli.atrium.api.infix.en_GB.samples.AnyExpectationSamples for how the comments are written (e.g. toBeAnInstanceOfFeature and toBeAnInstanceOf) |
@robstoll Sure, I'm going to start it tonight. |
Add samples for
ThrowableExpectations
andThrowableAssertions
.Related issue: #658