c# - Create Dynamic TestFixture at runtime -


i working on project in have multiple .ini file(decide @ runtime) in application directory , want create testfixure each ini file @ runtime.

[testfixture("card-1.ini")]     //herdcode [testfixture("card-2.ini")]     //herdcode class classtest {     //test  } 

here have create parameterized testfixture @ run time.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -