Uses of Interface
com.agical.rmock.core.Section

Packages that use Section
com.agical.rmock.core   
com.agical.rmock.core.describe   
com.agical.rmock.core.describe.impl   
com.agical.rmock.core.exception   
com.agical.rmock.core.expectation   
com.agical.rmock.core.expectation.section   
com.agical.rmock.core.expectation.section.service   
com.agical.rmock.extension.junit   
 

Uses of Section in com.agical.rmock.core
 

Methods in com.agical.rmock.core that return Section
 Section SectionProvider.getCurrentSection()
          Will return the current section
 Section SectionProvider.getRootSection()
          Will return the rootSection
 

Methods in com.agical.rmock.core with parameters of type Section
 void SectionManager.beginSection(Section section)
           
 void ExpectationVisitor.enteredSection(Section section)
          Called when a section is entered
 void SectionManager.overrideSection(java.lang.String id, Section section)
           
 

Uses of Section in com.agical.rmock.core.describe
 

Methods in com.agical.rmock.core.describe with parameters of type Section
 void SectionDescriber.describeSectionEntered(Section section, int level)
           
 void SectionDescriber.describeSectionExited(Section section, int level)
           
 

Uses of Section in com.agical.rmock.core.describe.impl
 

Methods in com.agical.rmock.core.describe.impl with parameters of type Section
 void SectionDescriberImpl.describeSectionEntered(Section section, int level)
           
 void SectionDescriberImpl.describeSectionExited(Section section, int level)
           
 void DocumentExpectationsVisitor.enteredSection(Section section)
           
 

Uses of Section in com.agical.rmock.core.exception
 

Constructors in com.agical.rmock.core.exception with parameters of type Section
RMockAssertionFailedException(Section root, boolean isRecording, java.lang.String s)
           
RMockExpectationException(Section root, boolean isRecording, java.lang.String message)
           
RMockExpectationException(Section root, boolean isRecording, java.lang.String message, java.lang.Throwable cause)
           
UnexpectedInvocationException(Section expectations, boolean isRecording, java.lang.String invocation)
           
UnsatisfiedExpectationsException(Section root, boolean isRecording)
           
 

Uses of Section in com.agical.rmock.core.expectation
 

Methods in com.agical.rmock.core.expectation with parameters of type Section
 void InvocationExpectationVisitor.enteredSection(Section section)
           
 void ExpectationCounterVisitor.enteredSection(Section section)
           
 void ExpectationEventSourceImpl.expectationsRecorded(Section rootSection)
           
 void ExpectationListener.expectationsRecorded(Section rootSection)
           
 

Constructors in com.agical.rmock.core.expectation with parameters of type Section
EngineException(Section root, boolean isRecording, java.lang.String message)
           
EngineException(Section root, boolean isRecording, java.lang.String message, java.lang.Throwable cause)
           
 

Uses of Section in com.agical.rmock.core.expectation.section
 

Classes in com.agical.rmock.core.expectation.section that implement Section
 class AnyOrderSection
          (c) Agical AB 2005
 class OrderedSection
          (c) Agical AB 2005
 class OverridableSection
           
 class StackedSection
           
 

Methods in com.agical.rmock.core.expectation.section that return Section
 Section OverridableSection.getProxiedSection()
           
 Section SectionFactory.ordered(java.lang.String description)
           
 Section SectionFactory.unordered(java.lang.String description)
           
 

Methods in com.agical.rmock.core.expectation.section with parameters of type Section
 void OverridableSection.overrideWith(Section overridingSection)
           
 

Constructors in com.agical.rmock.core.expectation.section with parameters of type Section
OverridableSection(Section proxiedSection)
           
 

Uses of Section in com.agical.rmock.core.expectation.section.service
 

Methods in com.agical.rmock.core.expectation.section.service that return Section
 Section SectionManagerService.getCurrentSection()
           
 Section SectionManagerService.getRootSection()
           
 

Methods in com.agical.rmock.core.expectation.section.service with parameters of type Section
 void SectionManagerService.beginSection(Section section)
           
 void SectionManagerService.overrideSection(java.lang.String id, Section section)
           
 

Uses of Section in com.agical.rmock.extension.junit
 

Methods in com.agical.rmock.extension.junit with parameters of type Section
 void RMockTestCase.beginSection(Section section)
           
 void RMockTestCase.replaceSection(java.lang.String id, Section section)
           
 



Copyright © 2005-2008 Agical AB. All Rights Reserved.