The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().
(Since version since 2-22-2015) Use com.twitter.inject.Mockito#reset
The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest
Extensible abstract test class which uses the org.scalatest.FunSuite ScalaTest style and mixes in the com.twitter.inject.server.FeatureTestMixin trait.
Example usage:
Finatra FeatureTestMixin
Finatra Test Class
FunSuite