Class PerforceTestConfiguration


  • public class PerforceTestConfiguration
    extends Object
    This class provides some common perforce test configuration settings
    • Field Detail

      • PERFORCE_PORT

        public static final String PERFORCE_PORT
        Test perforce server - always running on the localhost
      • PERFORCE_HOST

        public static final String PERFORCE_HOST
        The host that the test perforce server in on (as defined in PERFORCE_PORT)
        See Also:
        Constant Field Values
      • PERFORCE_EXE

        public static final String PERFORCE_EXE
        Test Perforce app
      • PERFORCE_CLIENT

        public static final String PERFORCE_CLIENT
        This is the default client
      • PERFORCE_USER

        public static final String PERFORCE_USER
        This is the default perforce user used in the tests
      • PERFORCE_PASSWORD_USER

        public static final String PERFORCE_PASSWORD_USER
        This is the default perforce user used in the tests which has a password assigned
        See Also:
        Constant Field Values
      • PERFORCE_PASSWORD

        public static final String PERFORCE_PASSWORD
        This password for the 'password user'
        See Also:
        Constant Field Values
      • PERFORCE_DEPOT

        public static final String PERFORCE_DEPOT
    • Constructor Detail

      • PerforceTestConfiguration

        public PerforceTestConfiguration()