1
有沒有辦法將java.util.Iterable<T>
隱式轉換爲類似foo.items should have size(10)
這樣的匹配器中的類型?我試過導入scala.collection.JavaConversions
,但仍然收到編譯器錯誤。目前我明確地將它轉換爲scala.collection.JavaConverters.asScala
。斯卡拉版本是2.9。ScalaTest和java.util.Iterable