Search Unity

Known Limitation - Nested test fixtures in Unity Editor UI

Discussion in 'Testing & Automation' started by garrett_b, Nov 18, 2020.

  1. garrett_b

    garrett_b

    Joined:
    Oct 14, 2020
    Posts:
    24
    Hi.

    I wanted to know - is it possible to begin supporting nested test fixture results?

    I have a base class that takes a ValueSource of objects, and I have multiple tests that inherit from the base class. When I run a test that inherits the base class against a ValueSource containing two items, I DO see the test "results" in the test runner window per each ValueSource instance, but only one of them runs and shows results, while the other fixture shows the tests as not run.

    Any chance of introducing support for this in the future?