Browse Source
Google Test allows to instantiate tests for a list of different values, which are called parameters. A common use of that feature in Ardupilot will be that a parameter will be represented by an object that will have the value to be tested and information about that value. That information will basically map the expected behavior of tests on the value stored by the parameter. The macro added in this patch allows to easily print the value of a failed test's parameter.mission-4.1.18
Gustavo Jose de Sousa
9 years ago
committed by
Lucas De Marchi
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue