Modifier and Type | Method and Description |
---|---|
void |
ForkedJvmInfo.serialize(JsonWriter w) |
Modifier and Type | Method and Description |
---|---|
void |
SuiteCompletedEvent.serialize(JsonWriter writer) |
void |
TestIgnoredEvent.serialize(JsonWriter writer) |
void |
IdleEvent.serialize(JsonWriter writer) |
void |
TestFinishedEvent.serialize(JsonWriter writer) |
void |
AppendStdOutEvent.serialize(JsonWriter writer) |
void |
FailureEvent.serialize(JsonWriter writer) |
void |
SuiteStartedEvent.serialize(JsonWriter writer) |
void |
QuitEvent.serialize(JsonWriter writer) |
void |
RemoteEvent.serialize(JsonWriter writer) |
void |
AppendStdErrEvent.serialize(JsonWriter writer) |
void |
BootstrapEvent.serialize(JsonWriter writer) |
static void |
JsonHelpers.writeDescription(JsonWriter writer,
org.junit.runner.Description e) |
Modifier and Type | Method and Description |
---|---|
void |
AggregatedSuiteResultEvent.flushBoth(JsonWriter w,
StringWriter out,
StringWriter err,
WriterOutputStream stdout,
WriterOutputStream stderr) |
void |
AggregatedSuiteResultEvent.serialize(JsonWriter w,
boolean outputStreams) |
Modifier and Type | Method and Description |
---|---|
JsonWriter |
JsonWriter.beginArray()
Begins encoding a new array.
|
JsonWriter |
JsonWriter.beginObject()
Begins encoding a new object.
|
JsonWriter |
JsonWriter.endArray()
Ends encoding the current array.
|
JsonWriter |
JsonWriter.endObject()
Ends encoding the current object.
|
JsonWriter |
JsonWriter.jsonValue(String value)
Writes
value directly to the writer without quoting or
escaping. |
JsonWriter |
JsonWriter.name(String name)
Encodes the property name.
|
JsonWriter |
JsonWriter.nullValue()
Encodes
null . |
JsonWriter |
JsonWriter.value(boolean value)
Encodes
value . |
JsonWriter |
JsonWriter.value(double value)
Encodes
value . |
JsonWriter |
JsonWriter.value(long value)
Encodes
value . |
JsonWriter |
JsonWriter.value(Number value)
Encodes
value . |
JsonWriter |
JsonWriter.value(String value)
Encodes
value . |
Copyright © 2011–2022 Carrot Search s.c.. All rights reserved.