Re: [flexcoders] Simulating Flex Client requests using Java?

2008-02-15 Thread Marvin Froeder
Does flexunit support as3flexunitlib asynchronous call? VELO On Fri, Jan 4, 2008 at 2:23 PM, Jeffry Houser [EMAIL PROTECTED] wrote: I'm speaking a bit off the cuff here, but... Would it make sense to look into FlexUnit ( http://code.google.com/p/as3flexunitlib/ ) for these type of things?

Re: [flexcoders] Simulating Flex Client requests using Java?

2008-01-04 Thread Jeffry Houser
I'm speaking a bit off the cuff here, but... Would it make sense to look into FlexUnit ( http://code.google.com/p/as3flexunitlib/ ) for these type of things? Robert Csiki wrote: Hello, For server-side testing purposes (e.g. testing custom LCDS Assemblers, remote service

[flexcoders] Simulating Flex Client requests using Java?

2008-01-04 Thread Robert Csiki
Hello, For server-side testing purposes (e.g. testing custom LCDS Assemblers, remote service destinations etc) using the JUnit testing framework, I need to somehow simulate Flex Client requests to LCDS, programatically, through Java code (the test cases). Is that possible, if so, how please?