doc/testing.md
changeset 48058 c5eefa465e37
parent 47216 71c04702a3d5
child 49293 9e1c1889136e
equal deleted inserted replaced
48057:56d3576aadd5 48058:c5eefa465e37
    78 `gtest:all`.
    78 `gtest:all`.
    79 
    79 
    80 If you want, you can single out an individual test or a group of tests, for
    80 If you want, you can single out an individual test or a group of tests, for
    81 instance `gtest:LogDecorations` or `gtest:LogDecorations.level_test_vm`. This
    81 instance `gtest:LogDecorations` or `gtest:LogDecorations.level_test_vm`. This
    82 can be particularly useful if you want to run a shaky test repeatedly.
    82 can be particularly useful if you want to run a shaky test repeatedly.
       
    83 
       
    84 For Gtest, there is a separate test suite for each JVM variant. The JVM variant
       
    85 is defined by adding `/<variant>` to the test descriptor, e.g.
       
    86 `gtest:Log/client`. If you specify no variant, gtest will run once for each JVM
       
    87 variant present (e.g. server, client). So if you only have the server JVM
       
    88 present, then `gtest:all` will be equivalent to `gtest:all/server`.
    83 
    89 
    84 ## Test results and summary
    90 ## Test results and summary
    85 
    91 
    86 At the end of the test run, a summary of all tests run will be presented. This
    92 At the end of the test run, a summary of all tests run will be presented. This
    87 will have a consistent look, regardless of what test suites were used. This is
    93 will have a consistent look, regardless of what test suites were used. This is