Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Not all tests run automatically if you use TestFixtureSetup or TextFixtureTeardown attributes #10

@CreepyGnome

Description

@CreepyGnome

I have 33 tests cases and it only runs 5. When I go to the Tests screen it shows success for all test classes, even though several say Success for 0 tests. However when I go into each test class to list the test they all say NotExecuted. If I touch one it runs and it completes successfully.

These where working fine, until I added a TestFixtureTearDown and then all the classes with those stopped running, but when work when you run individually. Then if I added a TestFixtureSetup not only did they not execute they fail upon execution.

So I set breakpoints in the TestFixtureSetup and TextFixtureTeardown methods and they are never called.

So does Touch.Unit not support all attributes of NUnit for some reason?

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