com.agical.rmock.core.describe.impl
Class SectionDescriberImpl

java.lang.Object
  extended by com.agical.rmock.core.describe.impl.SectionDescriberImpl
All Implemented Interfaces:
SectionDescriber

public class SectionDescriberImpl
extends Object
implements SectionDescriber

(c) Agical AB 2005

Author:
brolund

Constructor Summary
SectionDescriberImpl(StringWriter output, String indentString)
           
 
Method Summary
 void describeSectionEntered(Section section, int level)
           
 void describeSectionExited(Section section, int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionDescriberImpl

public SectionDescriberImpl(StringWriter output,
                            String indentString)
Method Detail

describeSectionEntered

public void describeSectionEntered(Section section,
                                   int level)
Specified by:
describeSectionEntered in interface SectionDescriber

describeSectionExited

public void describeSectionExited(Section section,
                                  int level)
Specified by:
describeSectionExited in interface SectionDescriber


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