Uses of Class
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter
Packages that use JsonWriter
Package
Description
-
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type JsonWriter -
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.events
Fields in com.carrotsearch.ant.tasks.junit4.events declared as JsonWriterMethods in com.carrotsearch.ant.tasks.junit4.events that return JsonWriterModifier and TypeMethodDescriptionprotected static JsonWriter
AbstractEvent.writeBinaryProperty
(JsonWriter writer, String propertyName, byte[] value) Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type JsonWriterModifier and TypeMethodDescriptionvoid
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, 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 JsonWriterModifier and TypeMethodDescriptionprivate void
AggregatedSuiteResultEvent.flush
(EventType evt, JsonWriter w, WriterOutputStream wos, StringWriter out) void
AggregatedSuiteResultEvent.flushBoth
(JsonWriter w, StringWriter out, 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, 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 JsonWriterModifier and TypeMethodDescriptionJsonWriter.beginArray()
Begins encoding a new array.JsonWriter.beginObject()
Begins encoding a new object.private JsonWriter
Closes the current scope by appending any necessary whitespace and the given bracket.JsonWriter.endArray()
Ends encoding the current array.JsonWriter.endObject()
Ends encoding the current object.Writesvalue
directly to the writer without quoting or escaping.Encodes the property name.JsonWriter.nullValue()
Encodesnull
.private JsonWriter
Enters a new scope by appending any necessary whitespace and the given bracket.JsonWriter.value
(boolean value) Encodesvalue
.JsonWriter.value
(double value) Encodesvalue
.JsonWriter.value
(long value) Encodesvalue
.Encodesvalue
.Encodesvalue
. -
Uses of JsonWriter in com.carrotsearch.ant.tasks.junit4.listeners.json
Fields in com.carrotsearch.ant.tasks.junit4.listeners.json declared as JsonWriter