public class Recording extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
Recording(String templateName,
String templateContent,
List<String> linesOfCode) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
void |
begin() |
void |
end() |
protected static String |
renderTemplate(String templateName,
String templateContent,
List<String> linesOfCode,
List<HasLine> lines) |
protected static void |
writeResult(String templateName,
String renderedTemplate) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleprotected static String renderTemplate(String templateName, String templateContent, List<String> linesOfCode, List<HasLine> lines)
public void begin()
public void end()
Copyright © 2017. All rights reserved.