Hi Ron,On 18/04/2012, at 08:06, Ron X wrote: What is the meaning of using @UnderTest?The @UnderTest annotation can be used to create real enterprise objects and insert them into the editing context rule. It is a shorthand for:public class SongTest { ... private Song song; @Before public void setup() { foo = Song.createFoo(ec); } ...}
What is the meaning of using @UnderTest?
@UnderTest?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden