yanjustino / polyjuice

Polyjuice is a potion that allows the drinker to assume the form of someone else. Also is an amazing library to improve your stubs models in your tests - https://www.nuget.org/packages/Polyjuice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test performance to Using embedded Data Files

yanjustino opened this issue · comments

Currently, our Data are static csharp file. This is a choice alternatively to how other Tests Frameworks are doing. We need discovery if this is the best choice! For this, i propourse a set of performance test to validate if this is the best way!

Change strategy to load data. We embedded Data Files following the same strategies used by an other frameworks.