by shigemk2

当面は技術的なことしか書かない

2017-08-21から1日間の記事一覧

testOnly

sbt testOnly http://www.scala-sbt.org/0.12.4/docs/Detailed-Topics/Testing.html

mockito machers

mockito machers anystringとか https://static.javadoc.io/org.mockito/mockito-core/1.9.5/org/mockito/Matchers.html

file contents to string in scala

Source.fromFileとか使う val fileContents = Source.fromFile(filename).getLines.mkString