jdornieden
10/24/2020, 3:02 PMexpect<Int?>(null).toBeNullIfNullGivenElse {
toBe(1)
}
The error is:
1) ch.tutteli.atrium.api.fluent.en_GB.samples
AnyAssertionSamples
toBeNullIfNullGivenElse:
AtriumError: expected that subject: null
◆ is instance of type: Int (Number)
» equals: 1 (Int <8>)
Did I misunderstand the usage of the function?