Home | History | Annotate | only in /external/annotation-tools/asmx/test
Up to higher level directory
NameDateSize
build.xml21-Aug-20187.7K
conform/21-Aug-2018
lib/21-Aug-2018
perf/21-Aug-2018
README.txt21-Aug-2018619

README.txt

      1 This directory contains the tests of the product. 
      2 It contains(*) the following items:
      3 
      4 - lib: external libraries required to run the tests
      5 - conform: conformance tests (unit tests)
      6 - deviance: deviance tests (unit tests)
      7 - thread: multi-threading tests (unit tests)
      8 - stress: stress tests
      9 - perf: performance tests
     10 
     11 Each sub directory contains:
     12 - the source of the tests, with package struture if there is one,
     13 - the xml descriptors to launch test suites. An xml desriptor describes
     14   the execution of a test suite. The default task is called on this file.
     15 
     16 (*) some items may not be present, depending on the product.