26 references to TestHubMethodsImpl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (26)
Hubs.cs (26)
20
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
22
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
24
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
26
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
28
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
30
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
47
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
49
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
142
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
144
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
146
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
148
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
150
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
152
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
171
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
173
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
180
public string HelloWorld() =>
TestHubMethodsImpl
.HelloWorld();
182
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
184
public string InvokeException() =>
TestHubMethodsImpl
.InvokeException();
186
public ChannelReader<int> Stream(int count) =>
TestHubMethodsImpl
.Stream(count);
188
public ChannelReader<int> StreamException() =>
TestHubMethodsImpl
.StreamException();
190
public ChannelReader<string> StreamBroken() =>
TestHubMethodsImpl
.StreamBroken();
207
public ChannelReader<string> StreamEcho(ChannelReader<string> source) =>
TestHubMethodsImpl
.StreamEcho(source);
209
public ChannelReader<int> StreamEchoInt(ChannelReader<int> source) =>
TestHubMethodsImpl
.StreamEchoInt(source);
322
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);
328
public string Echo(string message) =>
TestHubMethodsImpl
.Echo(message);