gluu
静的公開メンバ関数 | 非公開メンバ関数 | 全メンバ一覧
org.xdi.oxd.server.TestUtils クラス
org.xdi.oxd.server.TestUtils 連携図
Collaboration graph

静的公開メンバ関数

static void notEmpty (String str)
 
static void notEmpty (List< String > str)
 

非公開メンバ関数

 TestUtils ()
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 21/08/2013

構築子と解体子

◆ TestUtils()

org.xdi.oxd.server.TestUtils.TestUtils ( )
inlineprivate
16  {
17  }

関数詳解

◆ notEmpty() [1/2]

static void org.xdi.oxd.server.TestUtils.notEmpty ( String  str)
inlinestatic
19  {
20  assertTrue(StringUtils.isNotBlank(str));
21  }

◆ notEmpty() [2/2]

static void org.xdi.oxd.server.TestUtils.notEmpty ( List< String >  str)
inlinestatic
23  {
24  assertTrue(str != null && !str.isEmpty() && StringUtils.isNotBlank(str.get(0)));
25  }

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