Class Given


  • public class Given
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Given INSTANCE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Given()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Given and​(Given givenStuff, Given... moreGivenStuff)  
      static void given​(Given... givenStuff)  
      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        public static final Given INSTANCE
    • Constructor Detail

      • Given

        public Given()
    • Method Detail

      • given

        public static void given​(Given... givenStuff)
      • and

        public static Given and​(Given givenStuff,
                                Given... moreGivenStuff)