All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.acyou.leo.framework.test.MainTestBase Maven / Gradle / Ivy

package cn.acyou.leo.framework.test;

import org.junit.jupiter.api.BeforeAll;

/**
 * @author youfang
 * @version [1.0.0, 2024/4/25 11:13]
 **/
public class MainTestBase {

    @BeforeAll
    public static void loadProperties() {
        try {
            TestUtils.loadExtendProperties();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy