Skip to main content
Participating Frequently
November 10, 2008
Question

AutoGenerate Test Classes

  • November 10, 2008
  • 3 replies
  • 976 views
Anyone know of a tool or script that will autogenerate test classes from existing classes? i.e. creating a test class, and test Methods for existing public fields and methods?

mike
This topic has been closed for replies.

3 replies

Participating Frequently
November 11, 2008
Thanks for the input. yes, I was looking for the automatic generation of testcases.

mike
Participating Frequently
November 11, 2008
Antennae includes support for automatic creation of a TestSuite based<br />on existing classes. Generation of a TestCase from an existing Class,<br />which is what I believe Mike was asking about, is not something that<br />Antennae supports at this time.<br /><br />-- Daniel R. <danielr@neophi.com> [http://danielr.neophi.com/]<br /><br />On Tue, Nov 11, 2008 at 11:24 AM, Simon Stusak <member@adobeforums.com> wrote:<br />> A new message was posted by Simon Stusak in<br />><br />> FlexUnit Development --<br />> AutoGenerate Test Classes<br />><br />> In the book flex3 cookbook they talking about "antennae" to automate the<br />> building and testing of flex applications ... but i never tried it<br />><br />> ________________________________<br />> View/reply at AutoGenerate Test Classes<br />> Replies by email are OK.<br />> Use the unsubscribe form to cancel your email subscription.<br />><br />>
Participant
November 11, 2008
In the book flex3 cookbook they talking about "antennae" to automate the building and testing of flex applications ... but i never tried it