Class SpanCaptureAssertions
- Namespace
- TUnit.Assertions.Extensions
- Assembly
- TracingAssertions.TUnit.dll
public static class SpanCaptureAssertions
- Inheritance
-
SpanCaptureAssertions
- Inherited Members
Methods
HasNoSpan(IAssertionSource<SpanCapture>, string, string?)
Generated extension method for HasNoSpan
public static SpanCapture_HasNoSpan_String_Assertion HasNoSpan(this IAssertionSource<SpanCapture> source, string operationName, string? operationNameExpression = null)
Parameters
sourceIAssertionSource<SpanCapture>operationNamestringoperationNameExpressionstring
Returns
HasSpan(IAssertionSource<SpanCapture>, string, string?)
Generated extension method for HasSpan
public static SpanCapture_HasSpan_String_Assertion HasSpan(this IAssertionSource<SpanCapture> source, string operationName, string? operationNameExpression = null)
Parameters
sourceIAssertionSource<SpanCapture>operationNamestringoperationNameExpressionstring
Returns
HasSpanCount(IAssertionSource<SpanCapture>, int, string?)
Generated extension method for HasSpanCount
public static SpanCapture_HasSpanCount_Int_Assertion HasSpanCount(this IAssertionSource<SpanCapture> source, int expected, string? expectedExpression = null)
Parameters
sourceIAssertionSource<SpanCapture>expectedintexpectedExpressionstring