TestFileWriteTracker Class
Namespace
Statiq.Testing
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IFileWriteTracker"] click Interface0 "/api/Statiq.Common/IFileWriteTracker" Type["TestFileWriteTracker"] class Type type-node

Syntax

public class TestFileWriteTracker : IFileWriteTracker

Properties

Name Property Type Summary
CurrentActualWritesCount int
CurrentContent IEnumerable<KeyValuePair<NormalizedPath, int>>
CurrentTotalWritesCount int
CurrentWrites IEnumerable<KeyValuePair<NormalizedPath, int>>
PreviousContent IEnumerable<KeyValuePair<NormalizedPath, int>>
PreviousWrites IEnumerable<KeyValuePair<NormalizedPath, int>>

Methods

Extension Methods