Class JsonHelpers
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.events.JsonHelpers
-
public final class JsonHelpers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JsonHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
createId(org.junit.runner.Description description)
protected static org.junit.runner.Description
readDescription(JsonReader reader)
static void
writeDescription(JsonWriter writer, org.junit.runner.Description e)
-
-
-
Method Detail
-
writeDescription
public static void writeDescription(JsonWriter writer, org.junit.runner.Description e) throws java.io.IOException
- Throws:
java.io.IOException
-
readDescription
protected static org.junit.runner.Description readDescription(JsonReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
createId
private static java.lang.String createId(org.junit.runner.Description description)
-
-