and then i can call as: ```collection.ShouldContai...
# kotlintest
b
and then i can call as:
Copy code
collection.ShouldContainInstanceOf<MyType> {
  it.myTypeFieldOne shouldBe "foo"
  it.myTypeFieldTwo shouldBe "bar"
}