Inherited from IntegrationTestMixin
Inherited from TestMixin
Inherited from Logging
Inherited from grizzled.slf4j.Logging
Inherited from Matchers
Inherited from Explicitly
Inherited from MatcherWords
Inherited from ShouldVerb
Inherited from Tolerance
Inherited from Assertions
Inherited from TripleEquals
Inherited from TripleEqualsSupport
Inherited from BeforeAndAfterEach
Inherited from BeforeAndAfterAll
Inherited from SuiteMixin
Inherited from AnyRef
Inherited from Any
Testing trait which extends the com.twitter.inject.IntegrationTestMixin to provide utilities for Feature testing with a test-defined com.twitter.inject.server.EmbeddedTwitterServer or subclass thereof.
This trait is expected to be mixed with a class that extends a core Suite trait, e.g., org.scalatest.FunSuite.
While you can use this mixin directly, it is recommended that users extend the com.twitter.inject.server.FeatureTest abstract class.
com.twitter.inject.IntegrationTestMixin