Class SpecTestCase


  • public abstract class SpecTestCase
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Example example  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object[]> data()  
      • Methods inherited from class java.lang.Object

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

      • example

        protected final Example example
    • Constructor Detail

      • SpecTestCase

        public SpecTestCase​(Example example)
    • Method Detail

      • data

        public static java.util.List<java.lang.Object[]> data()