And now it looks like that `assertAll(“Should ret...
# announcements
o
And now it looks like that
Copy code
assertAll(“Should return IllegalStateException with massage \“No values present\“”,
                    test { actualException shouldBeOfType IllegalStateException::class.java },
                    test { actualException.message shouldEqualTo “No values present” })