public final class TestSuiteElementSerializer extends AbstractConfigurableMultiSerializer<T>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOption
options
Constructor and Description |
---|
TestSuiteElementSerializer(ConfigurableSerializer.Option... options) |
TestSuiteElementSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
Modifier and Type | Method and Description |
---|---|
protected void |
put(StructuredContent content,
T element) |
serialize, serialize, serialize
serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public TestSuiteElementSerializer(ConfigurableSerializer.Option... options)
public TestSuiteElementSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected final void put(StructuredContent content, T element)
put
in class AbstractSerializer<T extends org.eclipse.jdt.junit.model.ITestElement>