Uses of Class
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter
-
-
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type JsonWriter Modifier and Type Method Description void
ForkedJvmInfo. serialize(JsonWriter w)
-
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.events
Fields in com.carrotsearch.ant.tasks.junit4.events declared as JsonWriter Modifier and Type Field Description private JsonWriter
Serializer. jsonWriter
Methods in com.carrotsearch.ant.tasks.junit4.events that return JsonWriter Modifier and Type Method Description protected static JsonWriter
AbstractEvent. writeBinaryProperty(JsonWriter writer, java.lang.String propertyName, byte[] value)
Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type JsonWriter Modifier and Type Method Description void
AbstractEventWithDescription. serialize(JsonWriter writer)
void
AppendStdErrEvent. serialize(JsonWriter writer)
void
AppendStdOutEvent. serialize(JsonWriter writer)
void
BootstrapEvent. serialize(JsonWriter writer)
void
FailureEvent. serialize(JsonWriter writer)
void
IdleEvent. serialize(JsonWriter writer)
void
QuitEvent. serialize(JsonWriter writer)
void
RemoteEvent. serialize(JsonWriter writer)
void
SuiteCompletedEvent. serialize(JsonWriter writer)
void
SuiteStartedEvent. serialize(JsonWriter writer)
void
TestFinishedEvent. serialize(JsonWriter writer)
void
TestIgnoredEvent. serialize(JsonWriter writer)
protected static JsonWriter
AbstractEvent. writeBinaryProperty(JsonWriter writer, java.lang.String propertyName, byte[] value)
static void
AbstractEvent. writeDescription(JsonWriter writer, org.junit.runner.Description e)
static void
JsonHelpers. writeDescription(JsonWriter writer, org.junit.runner.Description e)
-
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.events.aggregated
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type JsonWriter Modifier and Type Method Description private void
AggregatedSuiteResultEvent. flush(EventType evt, JsonWriter w, WriterOutputStream wos, java.io.StringWriter out)
void
AggregatedSuiteResultEvent. flushBoth(JsonWriter w, java.io.StringWriter out, java.io.StringWriter err, WriterOutputStream stdout, WriterOutputStream stderr)
void
AggregatedSuiteResultEvent. serialize(JsonWriter w, boolean outputStreams)
private void
AggregatedSuiteResultEvent. serialize(JsonWriter w, FailureMirror e)
private void
AggregatedSuiteResultEvent. serialize(JsonWriter w, java.text.SimpleDateFormat sdf, AggregatedTestResultEvent e)
private void
AggregatedSuiteResultEvent. serializeEvents(JsonWriter w, boolean outputStreams)
-
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.gson.stream
Methods in com.carrotsearch.ant.tasks.junit4.gson.stream that return JsonWriter Modifier and Type Method Description JsonWriter
JsonWriter. beginArray()
Begins encoding a new array.JsonWriter
JsonWriter. beginObject()
Begins encoding a new object.private JsonWriter
JsonWriter. close(int empty, int nonempty, java.lang.String closeBracket)
Closes the current scope by appending any necessary whitespace and the given bracket.JsonWriter
JsonWriter. endArray()
Ends encoding the current array.JsonWriter
JsonWriter. endObject()
Ends encoding the current object.JsonWriter
JsonWriter. jsonValue(java.lang.String value)
Writesvalue
directly to the writer without quoting or escaping.JsonWriter
JsonWriter. name(java.lang.String name)
Encodes the property name.JsonWriter
JsonWriter. nullValue()
Encodesnull
.private JsonWriter
JsonWriter. open(int empty, java.lang.String openBracket)
Enters a new scope by appending any necessary whitespace and the given bracket.JsonWriter
JsonWriter. value(boolean value)
Encodesvalue
.JsonWriter
JsonWriter. value(double value)
Encodesvalue
.JsonWriter
JsonWriter. value(long value)
Encodesvalue
.JsonWriter
JsonWriter. value(java.lang.Number value)
Encodesvalue
.JsonWriter
JsonWriter. value(java.lang.String value)
Encodesvalue
. -
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.listeners.json
Fields in com.carrotsearch.ant.tasks.junit4.listeners.json declared as JsonWriter Modifier and Type Field Description private JsonWriter
JsonReport. jsonWriter
-