NUnit topics
- C# Tutorial - How to create NUnit Test | FoxLearn
- SetUpAttribute (NUnit 2.0 / 2.5)
- Installation
- writing test
very good start
This attribute is used inside a TestFixture to provide a common set of functions that are performed just before each test method is called. It is also used inside a SetUpFixture, where it provides the same functionality at the level of a namespace or assembly.
By default the NUnit installation program places all of the files into the C:\Program Files\NUnit 2.6.4 directory. In the installation directory there are up to three sub-directories, depending on what the user has chosen to install: bin, doc and samples. Source code is no longer provided with the binary installation package but may be downloaded separately.
writing test
No comments:
Post a Comment