- 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 |
|---|---|---|
| Current |
int | |
| CurrentContent | IEnumerable |
|
| Current |
int | |
| CurrentWrites | IEnumerable |
|
| PreviousContent | IEnumerable |
|
| PreviousWrites | IEnumerable |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Reset |
void | |
| RestoreAsync |
Task |
|
| SaveAsync |
Task | |
| TrackContent |
void | |
| TrackWrite |
void | |
| TryGetCurrentContent |
bool | |
| TryGetCurrentWrite |
bool | |
| Try |
bool | |
| TryGetPreviousWrite |
bool |