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 JsonWriterAbstractEvent.writeBinaryProperty(JsonWriter writer, String propertyName, byte[] value) Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type JsonWriterModifier and TypeMethodDescriptionvoidAbstractEventWithDescription.serialize(JsonWriter writer) voidAppendStdErrEvent.serialize(JsonWriter writer) voidAppendStdOutEvent.serialize(JsonWriter writer) voidBootstrapEvent.serialize(JsonWriter writer) voidFailureEvent.serialize(JsonWriter writer) voidIdleEvent.serialize(JsonWriter writer) voidQuitEvent.serialize(JsonWriter writer) voidRemoteEvent.serialize(JsonWriter writer) voidSuiteCompletedEvent.serialize(JsonWriter writer) voidSuiteStartedEvent.serialize(JsonWriter writer) voidTestFinishedEvent.serialize(JsonWriter writer) voidTestIgnoredEvent.serialize(JsonWriter writer) protected static JsonWriterAbstractEvent.writeBinaryProperty(JsonWriter writer, String propertyName, byte[] value) static voidAbstractEvent.writeDescription(JsonWriter writer, org.junit.runner.Description e) static voidJsonHelpers.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 voidAggregatedSuiteResultEvent.flush(EventType evt, JsonWriter w, WriterOutputStream wos, StringWriter out) voidAggregatedSuiteResultEvent.flushBoth(JsonWriter w, StringWriter out, StringWriter err, WriterOutputStream stdout, WriterOutputStream stderr) voidAggregatedSuiteResultEvent.serialize(JsonWriter w, boolean outputStreams) private voidAggregatedSuiteResultEvent.serialize(JsonWriter w, FailureMirror e) private voidAggregatedSuiteResultEvent.serialize(JsonWriter w, SimpleDateFormat sdf, AggregatedTestResultEvent e) private voidAggregatedSuiteResultEvent.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 JsonWriterCloses 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.Writesvaluedirectly to the writer without quoting or escaping.Encodes the property name.JsonWriter.nullValue()Encodesnull.private JsonWriterEnters 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