public void Init()
 {
     instance = new DiagnosticsApi();
 }
Exemplo n.º 2
0
 public void TestInitialize()
 {
     _testConfig = new TestConfig();
     JwtLoginMethod.RequestJWTUserToken_CorrectInputParameters_ReturnsOAuthToken(ref _testConfig);
     _diagnosticsApi = new DiagnosticsApi(_testConfig.ApiClient);
 }