Hello,
I am trying to make a complex test that checks if all assets in our project have the correct prefix according to our naming standards. I managed to get all the AssetData
in the GetTests implementation.
I wonder how I can transfer this data to the RunTest
function. In the documentation for these tests it says:
The Parameters argument can be built and parsed in whatever way is needed for a specific testing situation.
I am wondering what exactly is meant by this and how I can achieve my goal.
Thanks in advance