Skip to content

Assert results provide only failed assert statistics #86

@sagatowski

Description

@sagatowski

In the function block "FB_AssertResultStatic" there are two variables:
AssertResults
and
TotalAsserts

The naming of these indicate that these give information for ALL asserts, but the case is that they only provide information of the FAILED asserts. Even though (in this current version) only the failed asserts are interesting, all asserts will be interesting once these statistics are used in the reporting of the total number of asserts for each test.

Suggestion is to change the code so that all asserts are included in these statistics.

The same is also true for FB_AssertArrayResultStatic.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions