xUnit Fact and theory - Hovermind
hovermind.com › xunit › fact-and-theoryxUnit Fact and theory Author : HASSAN MD TAREQ Understanding Fact and Theory Facts are tests which are always true. They test invariant conditions Theories are tests which are only true for a particular set of data We use xUnit Fact when we have some criteria that always must be met, regardless of data.