specs2を使ってる
class HogeTest extends Specification {
section("AAA")
"ほげ" should {
}
section("AAA")
}
sbt 'testOnly -- exclude AAA'
sbtのオプションをシングルコートで囲うのを忘れない
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
specs2を使ってる
class HogeTest extends Specification {
section("AAA")
"ほげ" should {
}
section("AAA")
}
sbt 'testOnly -- exclude AAA'
sbtのオプションをシングルコートで囲うのを忘れない
Register as a new user and use Qiita more conveniently
Go to list of users who liked