feat: Implement transaction context #1004
Annotations
7 errors
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
|
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
|
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
Test:
test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
Test
Process completed with exit code 1.
|
Loading