gluu
静的公開メンバ関数 | 非公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.ws.rs.ClientTestUtil クラス
org.xdi.oxauth.ws.rs.ClientTestUtil 連携図
Collaboration graph

静的公開メンバ関数

static void assert_ (RegisterResponse p_response)
 

非公開メンバ関数

 ClientTestUtil ()
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 16/10/2013

構築子と解体子

◆ ClientTestUtil()

org.xdi.oxauth.ws.rs.ClientTestUtil.ClientTestUtil ( )
inlineprivate
21  {
22  }

関数詳解

◆ assert_()

static void org.xdi.oxauth.ws.rs.ClientTestUtil.assert_ ( RegisterResponse  p_response)
inlinestatic
24  {
25  assertNotNull(p_response);
26  assertNotBlank(p_response.getClientId());
27  assertNotBlank(p_response.getClientSecret());
28  assertNotBlank(p_response.getRegistrationAccessToken());
29  assertNotBlank(p_response.getRegistrationClientUri());
30  assertNotNull(p_response.getClientIdIssuedAt());
31  assertNotNull(p_response.getClientSecretExpiresAt());
32  }

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