D:\Unit Testing\MSDN Article\Automated White Box Testing For Legacy Systems\Automated White Box Testing For Legacy Systems\SourceCode\FabrikamSports.Legacy\Baseball.cs

Modules/Types/MethodsDynamic Coverage (blocks)
User Code Under TestUser Or Test Code
first
// --------------------------------------------------------------------------------------------------------------------- 
// <copyright file="Baseball.cs" company="Microsoft">
//   Baseball
// </copyright>
// <summary>
//   Defines the Baseball type.
// </summary>
// ---------------------------------------------------------------------------------------------------------------------
// ==++==
// 
//   Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// ==--==
namespace FabrikamSports
{
    /// <summary>
    /// concrete implementation of the Product
    /// </summary>
    public class Baseball : Product
    {
        /// <summary>
        /// Initializes a new instance of the <see cref="Baseball"/> class.
        /// </summary>
        top0000,3public Baseball() : base("Base ball", "Represents the Baseball product")
        {
        0010,3}
    }
}

Copyright (c) Microsoft Corporation. All rights reserved.
Copy full source to clipboard