org.scalamock

specs2

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. trait IsolatedMockFactory extends AroundEach with MockContextBase

    A trait that can be mixed into a Specs2 specification to provide mocking support.

  2. trait MockContext extends MockContextBase with Around

    Fixture context that should be created per test-case basis

  3. trait MockContextBase extends MockFactoryBase

    Base trait for MockContext and IsolatedMockFactory

Ungrouped