Class TestItemFactory

  • All Implemented Interfaces:
    io.annot8.core.data.ItemFactory


    public class TestItemFactory
    extends java.lang.Object
    implements io.annot8.core.data.ItemFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      TestItemFactory​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.annot8.core.data.Item create​()  
      java.util.List<io.annot8.core.data.Item> getCreatedItems​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestItemFactory

        public TestItemFactory​()
    • Method Detail

      • create

        public io.annot8.core.data.Item create​()
        Specified by:
        create in interface io.annot8.core.data.ItemFactory
      • getCreatedItems

        public java.util.List<io.annot8.core.data.Item> getCreatedItems​()