(attr Attribute, op Operator, operands ...Static)
| 458 | func (m *MockSpanSetIterator) Close() {} |
| 459 | |
| 460 | func newCondition(attr Attribute, op Operator, operands ...Static) Condition { |
| 461 | return Condition{ |
| 462 | Attribute: attr, |
| 463 | Op: op, |
| 464 | Operands: operands, |
| 465 | } |
| 466 | } |
| 467 | |
| 468 | func TestUnixSecToNano(t *testing.T) { |
| 469 | now := time.Now() |
no outgoing calls
no test coverage detected