- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
T_CodeJam_PerfTests_Running_Core_Xunit_CompetitionFactDiscoverer
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    Enables performance tests under xUnit
System.Object
  CodeJam.PerfTests.Running.Core.Xunit.CompetitionFactDiscoverer
Namespace: CodeJam.PerfTests.Running.Core.Xunit
Assembly: CodeJam.PerfTests.xUnit (in CodeJam.PerfTests.xUnit.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public class CompetitionFactDiscoverer : IXunitTestCaseDiscovererVB
Public Class CompetitionFactDiscoverer
	Implements IXunitTestCaseDiscovererF#
type CompetitionFactDiscoverer =  
    class
        interface IXunitTestCaseDiscoverer
    endThe CompetitionFactDiscoverer type exposes the following members.
| Name | Description | |
|---|---|---|
|  | CompetitionFactDiscoverer | Initializes a new instance of the CompetitionFactDiscoverer class. | 
| Name | Description | |
|---|---|---|
|  | Discover | Discover test cases from a test method. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object.) |