51525354555657
public void testSetFieldInterceptor() throws Exception { execute( new TestInjectFieldInterceptorExecutable() ); } public void testPropertyInitialized() throws Exception { execute( new TestIsPropertyInitializedExecutable() ); }
50515253545556
49505152535455
public void testSetFieldInterceptor() { execute( new TestInjectFieldInterceptorExecutable() ); } public void testPropertyInitialized() { execute( new TestIsPropertyInitializedExecutable() ); }