Results 1 to 2 of 2

Thread: Roo can't create unit tests?

  1. #1
    Join Date
    Jul 2006
    Posts
    14

    Default 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?

  2. #2
    Join Date
    Mar 2007
    Posts
    561

    Default

    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
  •