Class TestDataProfile


  • public class TestDataProfile
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<TestDataSet> getSetByName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • TestDataProfile

        public TestDataProfile​(java.util.List<TestDataSet> testDataSets)
    • Method Detail

      • getSetByName

        public java.util.Optional<TestDataSet> getSetByName​(java.lang.String name)