Class JsonHelpers
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.JsonHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static 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)
-
Constructor Details
-
JsonHelpers
public JsonHelpers()
-
-
Method Details
-
writeDescription
public static void writeDescription(JsonWriter writer, org.junit.runner.Description e) throws IOException - Throws:
IOException
-
readDescription
- Throws:
IOException
-
createId
-