C# Class Bickle.ReSharper.Provider.Elements.BickleUnitTestElement

Inheritance: UnitTestElement
Show file Open project: davidmfoley/bickle

Public Properties

Property Type Description
Id string

Public Methods

Method Description
BickleUnitTestElement ( IUnitTestProvider provider, ISpec spec, IProject project, UnitTestElement parent ) : System
Equals ( object obj ) : bool
GetDeclaredElement ( ) : IDeclaredElement
GetDisposition ( ) : UnitTestElementDisposition
GetHashCode ( ) : int
GetKind ( ) : string
GetNamespace ( ) : UnitTestNamespace
GetProject ( ) : IProject
GetProjectFiles ( ) : IList
GetTypeClrName ( ) : string

Private Methods

Method Description
GetDeclaredType ( ) : ITypeElement

Method Details

BickleUnitTestElement() public method

public BickleUnitTestElement ( IUnitTestProvider provider, ISpec spec, IProject project, UnitTestElement parent ) : System
provider IUnitTestProvider
spec ISpec
project IProject
parent UnitTestElement
return System

Equals() public method

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

GetDeclaredElement() public method

public GetDeclaredElement ( ) : IDeclaredElement
return IDeclaredElement

GetDisposition() public method

public GetDisposition ( ) : UnitTestElementDisposition
return UnitTestElementDisposition

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetKind() public method

public GetKind ( ) : string
return string

GetNamespace() public method

public GetNamespace ( ) : UnitTestNamespace
return UnitTestNamespace

GetProject() public method

public GetProject ( ) : IProject
return IProject

GetProjectFiles() public method

public GetProjectFiles ( ) : IList
return IList

GetTypeClrName() public method

public GetTypeClrName ( ) : string
return string

Property Details

Id public property

public string Id
return string