문제

I try to play around with Specs2 GWT ( http://etorreborre.github.io/specs2/guide/org.specs2.guide.structure.GivenWhenThenPage.html), but I wonder how to write multiple test scenarios, I cant find documents related to that.

Many thanks in advance

도움이 되었습니까?

해결책

It's pretty easy, you only have to add the second scenario to your test (after ending the first).

There exists an example on the github page containing two scenarios.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top