Join Slack
Powered by
Really depends on what assertion framework you use...
# arrow
s
simon.vergauwen
10/13/2018, 9:45 AM
Really depends on what assertion framework you use. Most barebones I’ve done is something like
returnsEither() == Right(5)
or
returnsOption() = Some("Hello World!")
Open in Slack
Previous
Next