•  Back to unittesting.com
  •  HarnessIt User Guide
    •  Welcome
    •  What's New
    •  Introduction
    •  Why You Should Choose HarnessIt
    •  User Interface
    •  Testing with HarnessIt
    •  Integrating with Visual Studio
    •  Test Order and Stateful Testing
    •  Testing Legacy Code
      •  Overview
      •  Testing COM Components
      •  Testing Standard DLLs
      •  Testing Unmanaged C++
    •  Tips and Tricks
      •  Overview
      •  Configuring Visual Studio Exception Behavior
      •  Defining Multiple Visual Basic Attributes
      •  Forcing HarnessIt to Use a Specific .NET Framework Version
      •  Integrating HarnessIt with NAnt
      •  Reading Data from an Application Configuration File with HarnessIt
      •  Sharing Data Across Test Methods, Classes, and Assemblies
      •  Specifying Relative Paths to HarnessIt Files in a Project
      •  Testing Assemblies Located on a Network Share
      •  Testing Events
      •  Testing Internal Class Implementation
      •  Testing Licensed Components
      •  Using a Custom Configuration Section Handler with the Web Test Engine
      •  Using HarnessIt with Version Control
    •  Test Engines
      •  Overview
      •  Web Test Engine
        •  Introduction
        •  How to Test with the Web Test Engine
        •  Testing with Multiple Developers
        •  Web Context Service Configuration Reference
      •  Remote Test Engine
        •  Introduction
        •  How to Test with the Remote Test Engine
        •  Remote Test Host Configuration Reference
    •  Appendix A: Command Line Reference
    •  Appendix B: Multithreaded Testing Considerations
  •  Framework API Reference
    •  UnitedBinary.UnitTests.Framework
      •  TestAssemblyAttribute Class
        •  TestAssemblyAttribute Members
        •  TestAssemblyAttribute Constructor
          •  TestAssemblyAttribute Constructor ()
          •  TestAssemblyAttribute Constructor (String)
      •  TestClassAttribute Class
        •  TestClassAttribute Members
        •  TestClassAttribute Constructor
          •  TestClassAttribute Constructor ()
          •  TestClassAttribute Constructor (String)
      •  TestExecutionModeAttribute Class
        •  TestExecutionModeAttribute Members
        •  TestExecutionModeAttribute Constructor
      •  TestExecutionModes Enumeration
      •  TestMethodAttribute Class
        •  TestMethodAttribute Members
        •  TestMethodAttribute Constructor
          •  TestMethodAttribute Constructor ()
          •  TestMethodAttribute Constructor (String)
      •  TestMethodRecord Class
        •  TestMethodRecord Members
        •  Methods
          •  RegisterException Method
            •  RegisterException Method (String)
            •  RegisterException Method (String, Type)
          •  RunTest Method
          •  WriteLine Method
      •  TestOrderAttribute Class
        •  TestOrderAttribute Members
        •  TestOrderAttribute Constructor
          •  TestOrderAttribute Constructor (TestOrderModes)
          •  TestOrderAttribute Constructor (TestOrderModes, Int32)
      •  TestOrderModes Enumeration
      •  TestRequiredAttribute Class
        •  TestRequiredAttribute Members
        •  TestRequiredAttribute Constructor