agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

How does one run unit tests with "Aver"? #41

Closed binfomater closed 6 years ago

binfomater commented 6 years ago

Never heard of "Aver" before. How do I run this?

itadapter commented 6 years ago

Aver is an assertion library which is <300 LOC, a part of NFX. You use Aver just like you would use Assert. In NFX, unit tests are not a "special kind" of software, to the contrary - it is a part of scriptable concept provided by NFX.Scripting namespace.

Long story short:

Use trun unit test console tool. Go to /out/run-netf and run cli: ./trun NFX.UTest.dll -? this will dump help with use-cases. image