public class ServicesTest extends Testbase { public static class TestLogon{ @Test public void testLogonRequest() throws Exception { //My Test Code } }}使内部类静态化对我有效。

public class ServicesTest extends Testbase { public static class TestLogon{ @Test public void testLogonRequest() throws Exception { //My Test Code } }}使内部类静态化对我有效。