All Classes, Interfaces, Objects and Records
Name | Unit | Description |
---|---|---|
IPathWatcher | Utils.Interfaces | Interface that represents an object to monitor a path, with methods to configure parameters and callback in addition to initializing the watch itself. |
TConsoleWatcher | Utils.Shell | This class aims to run an application that can run indefinitely. This execution takes place through a specific thread, allowing the main application to perform other tasks in the meantime. It is possible to interrupt its execution at any time through the Stop method. It is also possible to obtain the output generated by the application using the GetMessage command. |
TLeakItem | Utils.Leak | Class that represents a single point in code with the possible memory leak. |
TLeakReport | Utils.Leak | <sumary> This class aims to interpret the memory leak trace file and produce a simpler report summarizing enough information to locate the problem at its source. ) |
TPathWatcher | Utils.Watcher |
|
TTestCaseItem | Utils.Tests | Class that represents a single test case report data. |
TTestReport | Utils.Tests | <sumary> This class aims to interpret the fpcunit test xml file and produce a simpler report summarizing all tests cases and also providing their location on source code. ) |
Generated by PasDoc 0.16.0.