You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My test cases are strongly dependent on the execution order. I noticed that on Linux, the execution order is the same as the order in which the UTEST() macro is defined, while on Windows, it's the reverse.
Is there any mechanism to ensure the order of test case execution? Thanks!