You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: Integration tests are tagged with `@Tags(['integration', 'requires-server'])` and will be skipped by default when using `--exclude-tags requires-server`.
35
+
36
+
## Test Coverage
37
+
38
+
The SDK has comprehensive unit test coverage including:
39
+
- 6 SSE client basic tests
40
+
- 8 SSE stream parsing tests
41
+
- 13 SSE message tests
42
+
- 67 base types and JSON decoder tests
43
+
- 39 error handling tests
44
+
- 59 event type tests
45
+
- 23 client configuration tests
46
+
- And many more...
47
+
48
+
## Known Limitations
49
+
50
+
1.**SSE Retry Tests**: Two tests are skipped because SSE protocol doesn't support automatic retry on HTTP errors - this is a protocol limitation, not a bug.
51
+
52
+
2.**Integration Tests**: Require TypeScript SDK infrastructure that may not be available in the Dart SDK directory structure.
0 commit comments