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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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