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
Post a Comment