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 voidForkedJvmInfo. 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 JsonWriterSerializer. jsonWriterMethods in com.carrotsearch.ant.tasks.junit4.events that return JsonWriter Modifier and Type Method Description protected static JsonWriterAbstractEvent. 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 voidAbstractEventWithDescription. 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, java.lang.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 JsonWriter Modifier and Type Method Description private voidAggregatedSuiteResultEvent. flush(EventType evt, JsonWriter w, WriterOutputStream wos, java.io.StringWriter out)voidAggregatedSuiteResultEvent. flushBoth(JsonWriter w, java.io.StringWriter out, java.io.StringWriter err, WriterOutputStream stdout, WriterOutputStream stderr)voidAggregatedSuiteResultEvent. serialize(JsonWriter w, boolean outputStreams)private voidAggregatedSuiteResultEvent. serialize(JsonWriter w, FailureMirror e)private voidAggregatedSuiteResultEvent. serialize(JsonWriter w, java.text.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 JsonWriter Modifier and Type Method Description JsonWriterJsonWriter. beginArray()Begins encoding a new array.JsonWriterJsonWriter. beginObject()Begins encoding a new object.private JsonWriterJsonWriter. close(int empty, int nonempty, java.lang.String closeBracket)Closes the current scope by appending any necessary whitespace and the given bracket.JsonWriterJsonWriter. endArray()Ends encoding the current array.JsonWriterJsonWriter. endObject()Ends encoding the current object.JsonWriterJsonWriter. jsonValue(java.lang.String value)Writesvaluedirectly to the writer without quoting or escaping.JsonWriterJsonWriter. name(java.lang.String name)Encodes the property name.JsonWriterJsonWriter. nullValue()Encodesnull.private JsonWriterJsonWriter. open(int empty, java.lang.String openBracket)Enters a new scope by appending any necessary whitespace and the given bracket.JsonWriterJsonWriter. value(boolean value)Encodesvalue.JsonWriterJsonWriter. value(double value)Encodesvalue.JsonWriterJsonWriter. value(long value)Encodesvalue.JsonWriterJsonWriter. value(java.lang.Number value)Encodesvalue.JsonWriterJsonWriter. 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 JsonWriterJsonReport. jsonWriter
-