Skip to content
#

assertion-library

Here are 75 public repositories matching this topic...

atrium
robstoll
robstoll commented Oct 20, 2020

Platform (all, jvm, js, android): all
Extension (none, kotlin 1.3): none

Code related feature

See robstoll/atrium-roadmap#15 for the full background.

We want to be able to state the reason for an assertion (could also be additional context to explain the assertion etc.).

expect(proposeAFileName())
  .because("? is not allowed in file names on Windows") {
    containsNot("
theramis
theramis commented Sep 30, 2020

Is your feature request related to a problem? Please describe.
Currently Snapper returns the error A snapshot does not exist when a snapshot does not exist. The user then has to go and set the UpdateSnapshots attribute and re-run the tests. This is cumbersome and an extra step that can be avoided to improve developer experience.

Describe the solution you'd like
If the environment

Improve this page

Add a description, image, and links to the assertion-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assertion-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.