Class URLs

    • Constructor Detail

      • URLs

        protected URLs()
      • URLs

        public URLs​(MockNeat mockNeat)
    • Method Detail

      • urls

        public static URLs urls()
      • schemes

        public URLs schemes​(java.lang.String... schemes)
      • scheme

        public URLs scheme​(java.lang.String scheme)
      • auth

        public URLs auth()
      • hosts

        public URLs hosts​(java.lang.String... hosts)
      • host

        public URLs host​(java.lang.String host)
      • domains

        public URLs domains​(java.lang.String... domains)
      • domain

        public URLs domain​(java.lang.String domain)
      • ports

        public URLs ports()
      • ports

        public URLs ports​(java.lang.Integer... array)
      • port

        public URLs port​(java.lang.Integer port)
      • www

        public URLs www​(boolean hasWWW)
      • supplier

        public java.util.function.Supplier<java.lang.String> supplier()
        Description copied from interface: MockUnit
        This is the sole abstract method of the interface. Needs to be implemented every-time a MockUnit is implemented.
        Specified by:
        supplier in interface MockUnit<java.lang.String>
        Returns:
        A Supplier<T>.