MockTransactionalAdapter implements TransactionalAdapter interface for testing.
| 25 | |
| 26 | // MockTransactionalAdapter implements TransactionalAdapter interface for testing. |
| 27 | type MockTransactionalAdapter struct { |
| 28 | Enforcer *Enforcer |
| 29 | } |
| 30 | |
| 31 | // MockTransactionContext implements TransactionContext interface for testing. |
| 32 | type MockTransactionContext struct { |
nothing calls this directly
no outgoing calls
no test coverage detected