gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.api.test.ClientTestScenary クラス
org.gluu.oxtrust.api.test.ClientTestScenary 連携図
Collaboration graph

公開メンバ関数

 ClientTestScenary (OxTrustClient client)
 
void run () throws APITestException, OxTrustAPIException
 

非公開変数類

final OxTrustClient client
 

詳解

Typical client lifecycle test requests (registration, document uploading, etc.).

著者
Dmitry Ognyannikov

構築子と解体子

◆ ClientTestScenary()

org.gluu.oxtrust.api.test.ClientTestScenary.ClientTestScenary ( OxTrustClient  client)
inline
21  {
22  this.client = client;
23  }
final OxTrustClient client
Definition: ClientTestScenary.java:19

関数詳解

◆ run()

void org.gluu.oxtrust.api.test.ClientTestScenary.run ( ) throws APITestException, OxTrustAPIException
inline

Run tests.

例外
APITestException
OxTrustAPIException
31  {
32  SamlTestScenary saml = new SamlTestScenary(client);
33  saml.run();
34  CertificatesTestScenary certificates = new CertificatesTestScenary(client);
35  certificates.run();
36  }
final OxTrustClient client
Definition: ClientTestScenary.java:19

メンバ詳解

◆ client

final OxTrustClient org.gluu.oxtrust.api.test.ClientTestScenary.client
private

このクラス詳解は次のファイルから抽出されました: