1. Introduction 2. System Requirements 3. Download and Install 4. Package Contents 4.1. Test Class Library Project Template 4.2. Test Class ItemTemplate 4.3. Code Snippets 5. Uninstall 6. Suggested Books 1. Introduction If you’ve been using ‘NUnit’ you found yourself involved in doing repetitive actions like creating test projects and […]
C#
3 articoli
1. Introduction 2. The problem 3. Other solutions 4. The goal 5. Example 6. Conclusion 7. Advantages of this solution 8. Full source code 1. Introduction Use of enumerations greatly enhance readability of code and let client code be type safe and easier to write. We don’t need to write […]
1. Introduction 2. Resources 3. Installation 3.1. Install CruiseControl.NET 3.2. Create a CCNet Website in IIS 3.3. Install Nunit 4. CruiseControl.NET Server Configuration – General 5. Structure of a ‘Project’ Configuration File 6. Source Control Block 7. Trigger Block 8. Labeller Block 1. Introduction This article is the revised and […]