Import NUnit.Framework unuf
NUnit TestFixture Attribute and Public Class Visibility tfp
NUnit.Framework
NUnit TestFixture Attribute tfa
NUnit TestFixture Class tf
className Class Name TestFixture
NUnit SetUp Method su
methodName Method Name SetUp
NUnit Test Case tc
methodName Method Name TestCase
NUnit TearDown Method td
methodName Method Name TearDown
NUnit Assert.AreEqual ae
expected Expected expected actual Actual actual
NUnit Assert.AreSame as
expected Expected expected actual Actual actual
NUnit Assert.IsTrue at
condition Condition condition
NUnit Assert.IsFalse af
condition Condition condition
NUnit Assert.IsNull an
object Object object
NUnit Assert.IsNotNull ann
object Object object
NUnit Assert.IsInstanceOfType ai
expected Expected Type expected actual Actual actual
NUnit StringAssert.Contains sac
expected Expected expected actual Actual actual
NUnit Assert a
assertion Assertion assertion
NUnit TestFixtureSetUp Method tfsu
methodName Method Name TestFixtureSetUp
NUnit TestFixtureTearDown Method tftd
methodName Method Name TestFixtureTearDown
NUnit ExpectedException Attribute eea
exceptionType Exception Type exceptionType
NUnit Ignore Attribute ia
reason Reason reason
NUnit Explicit Attribute ea
NUnit Test Attribute ta
NUnit SetUp Attribute sua
NUnit TearDown Attribute tda
NUnit TestFixtureSetUp Attribute tfsua
NUnit TestFixtureTearDown Attribute tftda