Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GrpcAgentTest{TStartup, TAgent}"/> class with a username.
 /// </summary>
 /// <param name="agentTesterBase">The owning/parent <see cref="AgentTesterBase"/>.</param>
 /// <param name="username">The username.</param>
 /// <param name="args">Optional argument that can be referenced within the test.</param>
 public GrpcAgentTest(AgentTesterBase agentTesterBase, string?username = null, object?args = null) : base(agentTesterBase, username, args)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GrpcAgentTestBase{TAgent}"/> class with a username.
 /// </summary>
 /// <param name="agentTesterBase">The owning/parent <see cref="Beef.Test.NUnit.Tests.AgentTesterBase"/>.</param>
 /// <param name="username">The username.</param>
 /// <param name="args">Optional argument that can be referenced within the test.</param>
 protected GrpcAgentTestBase(AgentTesterBase agentTesterBase, string?username = null, object?args = null) : base(agentTesterBase, username, args)
 {
 }