MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Fatal

Method Fatal

transaction_test.go:4753–4755  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

4751}
4752
4753func (tl *testLogger) Fatal(args ...interface{}) {
4754 tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test
4755}
4756
4757// startTestAsynqWorker sets up and starts an Asynq server for testing purposes.
4758// It takes the testing object, configuration, LedgerForge instance, and the specific transaction queue name.

Callers 15

TestCommitWorkerFullFlowFunction · 0.45
TestVoidWorkerFullFlowFunction · 0.45
TestRefundWorkerFullFlowFunction · 0.45
NewQueueFunction · 0.45
BenchmarkConfigFetchFunction · 0.45
BenchmarkValidateTxnFunction · 0.45
serverCommandsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected