import org.junit.Test; /** * @author : CodeWater * @create :2022-06-23-16:21 * @Function Description :测试各种情况 */ public class TestDemo { @Test public void test(){ // SingletonTest01 single1 = Singleton.getClass(); } }