Class LocalHostAddressFunction

java.lang.Object
org.citrusframework.functions.core.LocalHostAddressFunction
All Implemented Interfaces:
Function

public class LocalHostAddressFunction extends Object implements Function
Function gets the local host address. Usually some IP address (e.g. 192.168.2.100). This enables us to access the localhost dynamically in tests.
  • Constructor Details

    • LocalHostAddressFunction

      public LocalHostAddressFunction()
  • Method Details