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? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -