Defectos por uso incorrecto de bibliotecas
Defectos asociados con el uso incorrecto de una biblioteca, como la API basada en xUnit de Polyspace® Test™
Estos defectos ocurren cuando el uso que se hace de una función de la biblioteca infringe las especificaciones de la biblioteca. Actualmente, este grupo de comprobadores de defectos cubre una biblioteca: la API basada en xUnit de Polyspace Test. Para obtener más información, consulte Test Authoring Using C/C++ xUnit API (Polyspace Test).
Resultados de Polyspace
Incorrect use of test setup/teardown API | Test setup invoked in test suite configuration, suite setup invoked in test configuration, and so on (Desde R2023b) |
Incorrect use of test fixtures | Test fixture accessed in suite-test setup/teardown, suite-test fixture accessed in suite setup/teardown (Desde R2023b) |
Incorrect use of mocking API | Mock function accessed outside test body, and so on (Desde R2023b) |
Incorrect test registration or definition | Test or test suite not defined, test not registered, and so on (Desde R2023b) |
Unsupported syntax used with test authoring API | Higher order calls in test or test suite configuration, and so on (Desde R2023b) |