- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<Table>
-
- io.annot8.testing.testimpl.content.TestTableContent
-
- All Implemented Interfaces:
io.annot8.api.data.Content<Table>,io.annot8.api.helpers.WithDescription,io.annot8.api.helpers.WithId,io.annot8.api.helpers.WithProperties,TableContent
public class TestTableContent extends AbstractTestContent<Table> implements TableContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestTableContent.Builderstatic classTestTableContent.BuilderFactory
-
Constructor Summary
Constructors Constructor Description TestTableContent()TestTableContent(io.annot8.api.data.Item item)TestTableContent(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStoreFactory, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)TestTableContent(io.annot8.api.data.Item item, Class<Table> dataClass, String id, String description, io.annot8.api.properties.ImmutableProperties properties)TestTableContent(io.annot8.api.data.Item item, String description)TestTableContent(io.annot8.api.data.Item item, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends io.annot8.api.data.Content<Table>>getContentClass()-
Methods inherited from class io.annot8.testing.testimpl.AbstractTestContent
getAnnotations, getData, getDataClass, getDescription, getId, getItem, getProperties, setAnnotations, setData, setData, setDescription, setId, setItem, setProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
TestTableContent
public TestTableContent()
-
TestTableContent
public TestTableContent(io.annot8.api.data.Item item)
-
TestTableContent
public TestTableContent(io.annot8.api.data.Item item, String description)
-
TestTableContent
public TestTableContent(io.annot8.api.data.Item item, Class<Table> dataClass, String id, String description, io.annot8.api.properties.ImmutableProperties properties)
-
TestTableContent
public TestTableContent(io.annot8.api.data.Item item, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)
-
TestTableContent
public TestTableContent(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStoreFactory, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)
-
-