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

com.github.ofofs.jca.util.UtilCommonTest Maven / Gradle / Ivy

/*
 * Copyright (c)  2018. houbinbin Inc.
 * jca All rights reserved.
 */

package com.github.ofofs.jca.util;


import com.github.ofofs.jca.annotation.Util;
import com.github.ofofs.jca.unit.annotation.CUtil;

import org.junit.jupiter.api.Test;


/**
 * 

util 普通

* *
 Created: 2018/6/11 下午8:34  
*
 Project: jca  
* * @author houbinbin * @version 1.0 * @since 1.0 */ @Util @CUtil public class UtilCommonTest { /** * TODO:对于 Junit5 来说,如果测试类的测试方法为空,就不会执行所对应的全部生命周期的东西 * 1. 尝试了许久没有特别好的方式,暂时预留 */ @Test public void test() { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy