PlayFrameworkでのcontrollerのテストのやり方メモ - $shibayu36->blog; でPlay FrameworkにおけるControllerの基本的なテスト方法について学んだ。ただ、テスト用のApplicationを作るためのtraitにGuiceOneAppPerSuiteとGuiceOneAppPerTestというのがあって、どういう違いか分からなかったので調べた。 コード上のコメントが一番参考になった。 GuiceOneAppPerSuite: https://github.com/playframework/scalatestplus-play/blob/master/module/src/main/scala/org/scalatestplus/play/guice/GuiceOneAppPerSuite.scala GuiceOneAppPerTe