
com.nepxion.discovery.plugin.test.automation.constant.TestConstant Maven / Gradle / Ivy
package com.nepxion.discovery.plugin.test.automation.constant;
/**
* Title: Nepxion Discovery
* Description: Nepxion Discovery
* Copyright: Copyright (c) 2017-2050
* Company: Nepxion
* @author Haojun Ren
* @version 1.0
*/
public class TestConstant {
public static final String SPRING_APPLICATION_TEST_SCAN_PACKAGES = "spring.application.test.scan.packages";
public static final String SPRING_APPLICATION_TEST_CONFIG_PRINT_ENABLED = "spring.application.test.config.print.enabled";
public static final String SPRING_APPLICATION_TEST_CONFIG_OPERATION_AWAIT_TIME = "spring.application.test.config.operation.await.time";
public static final String SPRING_APPLICATION_TEST_CONSOLE_URL = "spring.application.test.console.url";
public static final String REMOTE_UPDATE_URL = "config/remote/update";
public static final String REMOTE_CLEAR_URL = "config/remote/clear";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy