Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Code Generation from Test Suites

by nferraz (Monk)
on Sep 14, 2006 at 18:24 UTC ( [id://572968]=note: print w/replies, xml ) Need Help??


in reply to Code Generation from Test Suites

How about a code generator which generates the code skeleton and the simplest tests?

You start with the project description:

{ class => 'Foo::Bar', methods => [ 'x', 'y', 'z' ], }

From this simple description you can generate:

  • the directory tree (lib/Foo, lib/Foo/Bar, t, etc);
  • a file called Bar.pm which the subs x, y and z;
  • a test which tries to use the module, and check if it can do x, y and z.

Now you don't even have to write the tests!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-24 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found