(args ...interface{})
| 93 | } |
| 94 | |
| 95 | func (tl *testLogger) Fatal(args ...interface{}) { |
| 96 | tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test |
| 97 | } |
| 98 | |
| 99 | // StartTestAsynqWorker sets up and starts an Asynq server for testing purposes. |
| 100 | // It takes the testing object, configuration, LedgerForge instance, and the specific transaction queue name. |
nothing calls this directly
no outgoing calls
no test coverage detected