Class TddDataLoader

  • All Implemented Interfaces:
    DataLoader

    public class TddDataLoader
    extends FileDataLoader
    Creates a Map based on a TDD file. The TDD file must contain a hash or a hash addition such as:
    foo:123, bar:456, properties(baaz.properties)
    • Constructor Summary

      Constructors 
      Constructor Description
      TddDataLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object load​(java.io.InputStream data)
      FileDataLoader subclasess override this method to parse the file.
      • Methods inherited from class java.lang.Object

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

      • TddDataLoader

        public TddDataLoader()
    • Method Detail

      • load

        protected java.lang.Object load​(java.io.InputStream data)
                                 throws java.lang.Exception
        Description copied from class: FileDataLoader
        FileDataLoader subclasess override this method to parse the file.
        Specified by:
        load in class FileDataLoader
        Throws:
        java.lang.Exception