public class JasmineReporter extends Object
| Constructor and Description |
|---|
JasmineReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
jasmineDone() |
void |
jasmineStarted(int totalSpecsDefined) |
void |
setDescription(org.junit.runner.Description description) |
void |
setNotifier(org.junit.runner.notification.RunNotifier notifier) |
void |
specDone(String id,
String description,
String fullName,
String[] failedExpectations,
String status) |
void |
specStarted(String id,
String description,
String fullName,
String[] failedExpectations) |
void |
suiteDone(String id,
String description,
String fullName,
String status) |
void |
suiteStarted(String id,
String description,
String fullName,
String status) |
public void jasmineStarted(int totalSpecsDefined)
public void jasmineDone()
public void suiteStarted(String id, String description, String fullName, String status)
public void specStarted(String id, String description, String fullName, String[] failedExpectations)
public void specDone(String id, String description, String fullName, String[] failedExpectations, String status)
public void setNotifier(org.junit.runner.notification.RunNotifier notifier)
public void setDescription(org.junit.runner.Description description)
Copyright © 2014. All rights reserved.