TestResultFactory Class

CVB.Net Documentation
Base class for test factory classes.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Polimago.TestingTestResultFactory
    Stemmer.Cvb.Polimago.TestingHoldoutTestResultFactory
    Stemmer.Cvb.Polimago.TestingSampleTestResultFactory

Namespace:  Stemmer.Cvb.Polimago.Testing
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public abstract class TestResultFactory

The TestResultFactory type exposes the following members.

Constructors

  NameDescription
Protected methodTestResultFactory
ctor (internal).
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer - clean up the bytes occupied by the unmanaged copy of the progress data structure.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnEndProgressReport
Event raiser.
Protected methodOnProgressReport
Event raiser.
Protected methodOnStartProgressReport
Event raiser.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventEndProgressReport
Event that informs about the finalization of a given stage.
Public eventProgressReport
Event that informs about a progress step in the given stage.
Public eventStartProgressReport
Event that will be fired when a new progress stage was initiated.
Top
See Also

Reference