Пример #1
0
 /// <summary>
 /// Override this method to do the setup for a test that you want to persist between any test cases in the class.
 /// Put any data on a context object and return that.
 /// Then when a test case is run, use <see cref="GetSetupClassContext{T}" /> to retrieve the context.
 /// </summary>
 /// <param name="fixture"></param>
 /// <returns>The custom context you created for this test class</returns>
 protected virtual object SetupClass(ClientTestsFixture fixture)
 {
     return(null);
 }
 public AllianceClientTests(ClientTestsFixture fixture)
     : base(fixture)
 {
 }
 public SessionClientTests(ClientTestsFixture fixture)
     : base(fixture)
 {
 }
Пример #4
0
 public GroupClientTests(ClientTestsFixture fixture)
     : base(fixture)
 {
 }