()
| 138 | } |
| 139 | |
| 140 | func (provider *PdfEngineProviderMock) PdfEngine() (PdfEngine, error) { |
| 141 | return provider.PdfEngineMock() |
| 142 | } |
| 143 | |
| 144 | // ProcessMock is a mock for the [Process] interface. |
| 145 | type ProcessMock struct { |
nothing calls this directly
no outgoing calls
no test coverage detected