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

com.taobao.hsf.junit.Behavior Maven / Gradle / Ivy

The newest version!
package com.taobao.hsf.junit;

/**
 * @author bw on 10/31/15.
 */
interface Behavior {
    Class loadClass(String name) throws ClassNotFoundException;
    void before();
    void after();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy