Class NaughtyStrings

    • Constructor Detail

      • NaughtyStrings

        public NaughtyStrings​(MockNeat mockNeat)
    • Method Detail

      • naughtyStrings

        public static NaughtyStrings naughtyStrings()

        Returns a NaughtyStrings object that can be used to generate "naughty strings".

        Please check this URL for more info about the naughty strings:

        https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt

        Returns:
        A re-usable NaughtyStrings object. The NaughtStrings class implements MockUnitString.
      • 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>.
      • msdosSpecialFileNames

        public MockUnitString msdosSpecialFileNames()
      • unicodeSubScriptSuperScript

        public MockUnitString unicodeSubScriptSuperScript()
      • unwantedInterpolation

        public MockUnitString unwantedInterpolation()