You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mixing in BeforeAndAfter into a ScalaTest Suite/Spec with ScriptedScalaTestSuiteMixin, calling before will throw NotAllowedException: "You are only allowed to call before once in each Suite that mixes in BeforeAndAfter.".
When mixing in
BeforeAndAfter
into a ScalaTest Suite/Spec withScriptedScalaTestSuiteMixin
, callingbefore
will throwNotAllowedException: "You are only allowed to call before once in each Suite that mixes in BeforeAndAfter."
.This is due to a constraint in ScalaTest (scalatest/scalatest#1128).
The text was updated successfully, but these errors were encountered: