Class StringsTestframework.Configuration.Builder

    • Method Detail

      • withXmppStringPrepper

        public StringsTestframework.Configuration.Builder withXmppStringPrepper​(java.lang.String xmppStringPrepperName)
        Use the given XMPP String Prepper with the given name.
        Parameters:
        xmppStringPrepperName - the name of the XMPP String Prepper.
        Returns:
        an reference to this builder instance.
      • addXmppStringPreppers

        public StringsTestframework.Configuration.Builder addXmppStringPreppers​(java.util.Collection<? extends XmppStringPrepper> xmppStringPreppers)
        Add the given collection of XMPP String Preppers to the list of used preppers.
        Parameters:
        xmppStringPreppers - a collection of XMPP String Preppers.
        Returns:
        an reference to this builder instance.