ReassureTest.Net
ReassureTest.Net copied to clipboard
Reading expected values from file system
trafficstars
"is" method may read expected values through a file.
Hi @serhatzor
good idea, can you sketch how you want to do it? you can already do someObject.Is(File.ReadAllText(...)); which i guess you don't like :)
well you can add it as an example to the readme.md you can also do something where youread the name of the test and find a filename based on that - that way tests need not specify a filename..