Yes it does. But using flex unit for a purpose like this cannot really be properly called a "unit test" but rather an "integration test". I typically find that the cost-to-benefit ratio of testing -- which can become arbitrarily high -- is lower when I am testing my java code and my as3 code separately.
--- In [email protected], "Marvin Froeder" <[EMAIL PROTECTED]> wrote: > > 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? > > > > > > Robert Csiki wrote: > > > > > > > > > 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? Basically I need to have access to LCDS's > > > FlexSession, FlexClient objects (Java objects) without having to use the > > > > > Flex Client / browser to generate requests to LCDS. > > > > > > Thanks. > > > > -- > > Jeffry Houser, Technical Entrepreneur, Software Developer, Author, > > Recording Engineer > > AIM: Reboog711 | Phone: 1-203-379-0773 > > -- > > My Company: <http://www.dot-com-it.com> > > My Podcast: <http://www.theflexshow.com> > > My Blog: <http://www.jeffryhouser.com> > > > > > > >

