org.picocontainer.defaults
Class LifecycleVisitorTestCase.RecordingLifecycle

java.lang.Object
  extended by org.picocontainer.defaults.LifecycleVisitorTestCase.RecordingLifecycle
Direct Known Subclasses:
LifecycleVisitorTestCase.Four, LifecycleVisitorTestCase.One, LifecycleVisitorTestCase.Three, LifecycleVisitorTestCase.Two
Enclosing class:
LifecycleVisitorTestCase

public abstract static class LifecycleVisitorTestCase.RecordingLifecycle
extends java.lang.Object


Field Summary
private  java.lang.StringBuffer recording
           
 
Constructor Summary
protected LifecycleVisitorTestCase.RecordingLifecycle(java.lang.StringBuffer recording)
           
 
Method Summary
 void arreter()
           
private  void callMe()
           
private  java.lang.String code()
           
 void demarrer()
           
 void ecraser()
           
 void throwsAtVisit()
           
 void uncallableByVisitor(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recording

private final java.lang.StringBuffer recording
Constructor Detail

LifecycleVisitorTestCase.RecordingLifecycle

protected LifecycleVisitorTestCase.RecordingLifecycle(java.lang.StringBuffer recording)
Method Detail

demarrer

public void demarrer()

arreter

public void arreter()

ecraser

public void ecraser()

code

private java.lang.String code()

uncallableByVisitor

public void uncallableByVisitor(java.lang.String s)

throwsAtVisit

public void throwsAtVisit()
                   throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

callMe

private void callMe()