C# Class VisualMutator.Model.CoverageFinder.MethodIdentifier

Mostrar archivo Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodIdentifier ( string identifier )
MethodIdentifier ( string className, string method )
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( MethodIdentifier other ) : bool

Private Methods

Method Description
GetWithoutParams ( string name ) : string

Method Details

Equals() protected method

protected Equals ( MethodIdentifier other ) : bool
other MethodIdentifier
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodIdentifier() public method

public MethodIdentifier ( string identifier )
identifier string

MethodIdentifier() public method

public MethodIdentifier ( string className, string method )
className string
method string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool