-
Jul 18th, 2012, 12:13 PM
#1
Roo can't create unit tests?
i have a workspace that has a master project that has the parent pom.xml file it in, then 38 other projects that share that parent pom.
in one of my child projects, i am trying to create unit tests on a spring service class i created and its not working. when i do
test integration --entity foo.bar
i get
Command 'test integration --entity foo.bar' was found but is not currently available (type 'help' then ENTER to learn about this command)
which gives me just slightly less information than a typical Microsoft error message. why isn't this working?
-
Jul 18th, 2012, 02:52 PM
#2
When you create the entity you have to choose --testAutomatically. Then Roo will generate integration tests for your entity.
For the UI you can use the selenium command.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules