Changes between Version 1 and Version 2 of MolgenisTesting


Ignore:
Timestamp:
2011-07-26T13:00:11+02:00 (13 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisTesting

    v1 v2  
    33== Unit tests for Modules ==
    44
    5 In every package, there is a file called "testng.xml", specfying the files with classes containing unit tests for the package. Classes can be grouped into tests, which can in turn be grouped into suites (~packages).
     5In every package inside the "molgenis_apps" project, you can make a file called "testng.xml", specfying the files with classes containing unit tests for the package. Classes can be grouped into tests, which can in turn be grouped into suites (~packages).
    66
    77At this moment, you'd better not put a test xml in the root of a module, as the compiler can then see only one module's test xml in case you have multiple modules in your project.
    88
    99The "build_common.xml" script contains code to run all the package tests.
    10 
    1110== Integration tests ==
    1211