com.github.searls.jasmine.format
Class JasmineResultLogger

java.lang.Object
  extended by com.github.searls.jasmine.format.JasmineResultLogger

public class JasmineResultLogger
extends Object


Field Summary
static String FAIL_APPENDAGE
           
static String HEADER
           
static String INDENT
           
 
Constructor Summary
JasmineResultLogger()
           
 
Method Summary
 void log(JasmineResult result)
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

public static final String HEADER
See Also:
Constant Field Values

FAIL_APPENDAGE

public static final String FAIL_APPENDAGE
See Also:
Constant Field Values

INDENT

public static final String INDENT
See Also:
Constant Field Values
Constructor Detail

JasmineResultLogger

public JasmineResultLogger()
Method Detail

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

log

public void log(JasmineResult result)


Copyright © 2011. All Rights Reserved.