MockEncryptionAlgorithm is a mock of EncryptionAlgorithm interface.
| 17 | |
| 18 | // MockEncryptionAlgorithm is a mock of EncryptionAlgorithm interface. |
| 19 | type MockEncryptionAlgorithm struct { |
| 20 | ctrl *gomock.Controller |
| 21 | recorder *MockEncryptionAlgorithmMockRecorder |
| 22 | isgomock struct{} |
| 23 | } |
| 24 | |
| 25 | // MockEncryptionAlgorithmMockRecorder is the mock recorder for MockEncryptionAlgorithm. |
| 26 | type MockEncryptionAlgorithmMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected