org.odpi.openmetadata.fvt.utilities.FVTConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fvt-utilities Show documentation
Show all versions of fvt-utilities Show documentation
Common utilities for the FVT Suite.
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.fvt.utilities;
/**
* Constants that provide defaults to the FVT Suite.
*/
public class FVTConstants
{
public static final String USERID = "testUser";
public static final String DEFAULT_URL = "https://localhost:9443";
public static final String DEFAULT_SERVER_NAME = "fvtMDS";
/*
* These values are use in the automatic FVT execution in the build using failsafe.
*/
public final static String SERVER_PLATFORM_URL_ROOT = "https://localhost:10443";
public final static String IN_MEMORY_SERVER = "serverinmem";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy