Skip to content

SetupFixture / TearDownFixture not call when TestRepeat attribute set with TestCase attribute présent #315

@emmanuelgonnot

Description

@emmanuelgonnot

SetupFixture and TearDownFixture methods are ignore whereas Setup and TearDown method is correctly executed on setting the TestRepeat attribute on test with TestCase attribute already present
In the DUnitX tests with this attribute, the asserts regarding the repeat count are implement in the TearDownFixture method that is no more call. Finaly the tests are marked as successfull whitout any check of the _TimesRun, _TimesRunAnyWay and _TimesRunTestCase fields values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions