MCPcopy
hub / github.com/Velocidex/velociraptor / NoError

Function NoError

vtesting/assert/wrapper.go:59–61  ·  view source on GitHub ↗
(t TestingT, err error, msgAndArgs ...interface{})

Source from the content-addressed store, hash-verified

57}
58
59func NoError(t TestingT, err error, msgAndArgs ...interface{}) {
60 assert.NoError(t, err, msgAndArgs...)
61}
62
63func Error(t TestingT, err error, msgAndArgs ...interface{}) {
64 assert.Error(t, err, msgAndArgs...)

Callers 15

TestTransactionsMethod · 0.92
SetupTestMethod · 0.92
TestEventTableUpdateMethod · 0.92
TestEventEqualMethod · 0.92
SetupTestMethod · 0.92
testWritingMethod · 0.92
testReadingMethod · 0.92
TestPagedReaderFunction · 0.92
TestReaderAtFunction · 0.92
TestFileModeFunction · 0.92
TestCompressionFunction · 0.92
tableTestFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestTransactionsMethod · 0.74
SetupTestMethod · 0.74
TestEventTableUpdateMethod · 0.74
TestEventEqualMethod · 0.74
SetupTestMethod · 0.74
testWritingMethod · 0.74
testReadingMethod · 0.74
TestPagedReaderFunction · 0.74
TestReaderAtFunction · 0.74
TestFileModeFunction · 0.74
TestCompressionFunction · 0.74
tableTestFunction · 0.74