public final class TestSuiteElementSerializer extends AbstractConfigurableMultiSerializer<T>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOptionoptions| 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, serializeserializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic 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>