com.github.searls.jasmine.model
Class JasmineResult

java.lang.Object
  extended by com.github.searls.jasmine.model.JasmineResult

public class JasmineResult
extends Object


Constructor Summary
JasmineResult()
           
 
Method Summary
 boolean didPass()
           
 String getDescription()
           
 String getDetails()
           
 void setDetails(String details)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineResult

public JasmineResult()
Method Detail

getDescription

public String getDescription()

didPass

public boolean didPass()

getDetails

public String getDetails()

setDetails

public void setDetails(String details)


Copyright © 2012. All Rights Reserved.