ScalaTest 1.0

This document is the API specification for ScalaTest 1.0

Class Summary
trait EasyMockSugar extends AnyRef
Trait that provides some basic syntax sugar for EasyMock.
final class JMockCycle extends AnyRef
Class that wraps and manages the lifecycle of a single org.jmock.Mockery context object, provides some basic syntax sugar for using JMock in Scala.
trait JMockCycleFixture extends AnyRef
Trait that will pass a new JMockCycle into any test that needs one.
final class JMockExpectations extends org.jmock.Expectations with AnyRef
Subclass of org.jmock.Expectations that provides withArg alternatives to the with methods defined in its superclass.
trait MockitoSugar extends AnyRef
Trait that provides some basic syntax sugar for Mockito.