SystemConstant.java 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 package com.essa.framework; /** * Created by weicheng on 2018/10/26. */ public class SystemConstant { public static final String RESOURCE_PATH = ".\\src\\main\\resources\\"; public static final String SUITES_PATH = RESOURCE_PATH + "\\suites\\"; }