What is the difference between IsTrue/IsFalse and True/False in NUnit?
Accourding to the NUnit documentation it appears that there is no difference, aside from the name.
Is* is used for compatibility with older version of NUnit, and those without are for compatibility with NUnitLite. Either works for Unity.