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
exports[`ClientFields component (integration with AsyncAPI document) renders base fields with query param fields when queryParams has data from fixture 1`] =`
4
+
"@Inject
5
+
public WebSocketClientConnection connection;
6
+
7
+
private static final Logger LOG = Logger.getLogger(WebSocketClient.class);
8
+
9
+
10
+
private HashMap<String, String> params;
11
+
private String heartbeat;
12
+
private String bids;
13
+
private String sessionId;"
14
+
`;
15
+
16
+
exports[`ClientFields component (integration with AsyncAPI document) renders base fields without query param fields when queryParams is empty Map 1`] =`
17
+
"@Inject
18
+
public WebSocketClientConnection connection;
19
+
20
+
private static final Logger LOG = Logger.getLogger(WebSocketClient.class);"
21
+
`;
22
+
23
+
exports[`ClientFields component (integration with AsyncAPI document) renders base fields without query param fields when queryParams is null 1`] =`
24
+
"@Inject
25
+
public WebSocketClientConnection connection;
26
+
27
+
private static final Logger LOG = Logger.getLogger(WebSocketClient.class);"
28
+
`;
29
+
30
+
exports[`ClientFields component (integration with AsyncAPI document) renders base fields without query param fields when queryParams is undefined 1`] =`
31
+
"@Inject
32
+
public WebSocketClientConnection connection;
33
+
34
+
private static final Logger LOG = Logger.getLogger(WebSocketClient.class);"
0 commit comments