gluu
公開メンバ関数 | 全メンバ一覧
org.gluu.oxtrust.service.PasswordGeneratorTest クラス
org.gluu.oxtrust.service.PasswordGeneratorTest 連携図
Collaboration graph

公開メンバ関数

void testGenerate ()
 

詳解

関数詳解

◆ testGenerate()

void org.gluu.oxtrust.service.PasswordGeneratorTest.testGenerate ( )
inline
10  {
11  PasswordGenerator passwordGenerator = new PasswordGenerator();
12  String password = passwordGenerator.generate();
13  assertEquals(24, password.length());
14  }

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