Header menu logo TestPrune

AnalysisEvent Type

Union cases

Union case Description

DeadCodeFoundEvent symbolNames

Full Usage: DeadCodeFoundEvent symbolNames

Parameters:
    symbolNames : string list

symbolNames : string list

DiffParsedEvent changedFiles

Full Usage: DiffParsedEvent changedFiles

Parameters:
    changedFiles : string list

changedFiles : string list

ErrorEvent AnalysisError

Full Usage: ErrorEvent AnalysisError

Parameters:

FileAnalyzedEvent(file, symbolCount, depCount, testCount)

Full Usage: FileAnalyzedEvent(file, symbolCount, depCount, testCount)

Parameters:
    file : string
    symbolCount : int
    depCount : int
    testCount : int

file : string
symbolCount : int
depCount : int
testCount : int

FileCacheHitEvent(file, reason)

Full Usage: FileCacheHitEvent(file, reason)

Parameters:
    file : string
    reason : string

file : string
reason : string

FileSkippedEvent(file, reason)

Full Usage: FileSkippedEvent(file, reason)

Parameters:
    file : string
    reason : string

file : string
reason : string

IndexCompletedEvent(totalSymbols, totalDeps, totalTests)

Full Usage: IndexCompletedEvent(totalSymbols, totalDeps, totalTests)

Parameters:
    totalSymbols : int
    totalDeps : int
    totalTests : int

totalSymbols : int
totalDeps : int
totalTests : int

IndexStartedEvent projectCount

Full Usage: IndexStartedEvent projectCount

Parameters:
    projectCount : int

projectCount : int

ProjectCacheHitEvent project

Full Usage: ProjectCacheHitEvent project

Parameters:
    project : string

project : string

ProjectIndexedEvent(project, fileCount)

Full Usage: ProjectIndexedEvent(project, fileCount)

Parameters:
    project : string
    fileCount : int

project : string
fileCount : int

SymbolChangeDetectedEvent(file, symbolName, change)

Full Usage: SymbolChangeDetectedEvent(file, symbolName, change)

Parameters:
    file : string
    symbolName : string
    change : ChangeKind

file : string
symbolName : string
change : ChangeKind

TestSelectedEvent(testMethod, reason)

Full Usage: TestSelectedEvent(testMethod, reason)

Parameters:
testMethod : string
reason : SelectionReason

Instance members

Instance member Description

this.IsDeadCodeFoundEvent

Full Usage: this.IsDeadCodeFoundEvent

Returns: bool
Returns: bool

this.IsDiffParsedEvent

Full Usage: this.IsDiffParsedEvent

Returns: bool
Returns: bool

this.IsErrorEvent

Full Usage: this.IsErrorEvent

Returns: bool
Returns: bool

this.IsFileAnalyzedEvent

Full Usage: this.IsFileAnalyzedEvent

Returns: bool
Returns: bool

this.IsFileCacheHitEvent

Full Usage: this.IsFileCacheHitEvent

Returns: bool
Returns: bool

this.IsFileSkippedEvent

Full Usage: this.IsFileSkippedEvent

Returns: bool
Returns: bool

this.IsIndexCompletedEvent

Full Usage: this.IsIndexCompletedEvent

Returns: bool
Returns: bool

this.IsIndexStartedEvent

Full Usage: this.IsIndexStartedEvent

Returns: bool
Returns: bool

this.IsProjectCacheHitEvent

Full Usage: this.IsProjectCacheHitEvent

Returns: bool
Returns: bool

this.IsProjectIndexedEvent

Full Usage: this.IsProjectIndexedEvent

Returns: bool
Returns: bool

this.IsSymbolChangeDetectedEvent

Full Usage: this.IsSymbolChangeDetectedEvent

Returns: bool
Returns: bool

this.IsTestSelectedEvent

Full Usage: this.IsTestSelectedEvent

Returns: bool
Returns: bool

Type something to start searching.