26 references to TestHubMethodsImpl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (26)
Hubs.cs (26)
19
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
21
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
23
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
25
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
27
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
29
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
46
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
48
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
141
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
143
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
145
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
147
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
149
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
151
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
168
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
170
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
177
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
179
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
181
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
183
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
185
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
187
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
204
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
206
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
319
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
325
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);