biz.xsoftware.mock.testcase
Class LogAndStack

java.lang.Object
  extended by biz.xsoftware.mock.testcase.LogAndStack

public class LogAndStack
extends Object


Constructor Summary
LogAndStack(LogRecord record, Throwable t)
           
 
Method Summary
 Throwable getHowItWasCalled()
           
 LogRecord getRecord()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAndStack

public LogAndStack(LogRecord record,
                   Throwable t)
Method Detail

getHowItWasCalled

public Throwable getHowItWasCalled()

getRecord

public LogRecord getRecord()