A C D G I O P R S T

A

addCompilationUnit(Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル対象のクラスを追加します.
addCompilationUnit(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル対象のクラスを追加します.
addCompilationUnit(Class<?>, CharSequence) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル対象のクラスをソースとともに追加します.
addCompilationUnit(String, CharSequence) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル対象のクラスをソースとともに追加します.
addOption(String...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイラオプションを追加します.
addProcessor(Processor...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
注釈を処理するProcessorを追加します.
addSourcePath(File...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル時に参照するソースパスを追加します.
addSourcePath(String...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル時に参照するソースパスを追加します.
AptinaTestCase - org.seasar.aptina.unit の クラス
Processor をテストするための抽象クラスです.
AptinaTestCase() - クラス org.seasar.aptina.unit.AptinaTestCase のコンストラクタ
インスタンスを構築します.
AptinaTestCase(String) - クラス org.seasar.aptina.unit.AptinaTestCase のコンストラクタ
インスタンスを構築します.
assertEqualsByLine(String, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
文字列を行単位で比較します.
assertEqualsByLine(BufferedReader, BufferedReader) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
文字列を行単位で比較します.
assertEqualsGeneratedSource(CharSequence, Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースを文字列と比較・検証します.
assertEqualsGeneratedSource(CharSequence, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースを文字列と比較・検証します.
assertEqualsGeneratedSourceWithFile(File, Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをファイルと比較・検証します.
assertEqualsGeneratedSourceWithFile(File, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをファイルと比較・検証します.
assertEqualsGeneratedSourceWithFile(String, Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをファイルと比較・検証します.
assertEqualsGeneratedSourceWithFile(String, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをファイルと比較・検証します.
assertEqualsGeneratedSourceWithResource(URL, Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをクラスパス上のリソースと比較・検証します.
assertEqualsGeneratedSourceWithResource(URL, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをクラスパス上のリソースと比較・検証します.
assertEqualsGeneratedSourceWithResource(String, Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをクラスパス上のリソースと比較・検証します.
assertEqualsGeneratedSourceWithResource(String, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースをクラスパス上のリソースと比較・検証します.

C

compile() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイルを実行します.

D

depth - クラス org.seasar.aptina.unit.PrintingProcessor の変数
階層の深さ

G

getCharset() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
文字セットを返します.
getCompiledResult() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイラの実行結果を返します.
getConstructorElement(TypeElement) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたデフォルトコンストラクタの実行可能エレメントを返します.
getConstructorElement(TypeElement, Class<?>...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたコンストラクタの実行可能エレメントを返します.
getConstructorElement(TypeElement, String...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたコンストラクタの実行可能エレメントを返します.
getDiagnostics() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイル中に作成された Diagnostic のリストを返します.
getDiagnostics(Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
指定されたクラスに対する Diagnostic のリストを返します.
getDiagnostics(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
指定されたクラスに対する Diagnostic のリストを返します.
getDiagnostics(Diagnostic.Kind) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getDiagnostics(Class<?>, Diagnostic.Kind) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
指定されたクラスに対する指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getDiagnostics(String, Diagnostic.Kind) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
指定されたクラスに対する指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getElementUtils() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Elements を返します.
getFieldElement(TypeElement, Field) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたフィールドの変数エレメントを返します.
getFieldElement(TypeElement, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたフィールドの変数エレメントを返します.
getGeneratedSource(Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースを返します.
getGeneratedSource(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Processor が生成したソースを返します.
getLocale() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
ロケールを返します.
getMethodElement(TypeElement, String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getMethodElement(TypeElement, String, Class<?>...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getMethodElement(TypeElement, String, String...) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getProcessingEnvironment() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
ProcessingEnvironment を返します.
getTypeElement(Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
クラスに対応する TypeElement を返します.
getTypeElement(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
クラスに対応する TypeElement を返します.
getTypeMirror(Class<?>) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
クラスに対応する TypeMirror を返します.
getTypeMirror(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
クラスに対応する TypeMirror を返します.
getTypeUtils() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
Types を返します.

I

indent(int) - クラス org.seasar.aptina.unit.PrintingProcessor のメソッド
インデントを出力します.

O

org.seasar.aptina.unit - パッケージ org.seasar.aptina.unit
Processor の単体テストを支援するクラスを提供します.
out - クラス org.seasar.aptina.unit.PrintingProcessor の変数
出力先

P

printEnterMessage(Element) - クラス org.seasar.aptina.unit.PrintingProcessor のメソッド
Elementが開始されたことを出力します.
PrintingProcessor - org.seasar.aptina.unit の クラス
コンパイル対象の Element 階層をコンソールに出力する Processor です.
PrintingProcessor() - クラス org.seasar.aptina.unit.PrintingProcessor のコンストラクタ
インスタンスを構築します.
PrintingProcessor(PrintWriter) - クラス org.seasar.aptina.unit.PrintingProcessor のコンストラクタ
インスタンスを構築します.
printLeaveMessage(Element) - クラス org.seasar.aptina.unit.PrintingProcessor のメソッド
Elementが終了したことを出力します.
process(Set<? extends TypeElement>, RoundEnvironment) - クラス org.seasar.aptina.unit.PrintingProcessor のメソッド
 

R

reset() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
設定をリセットし,初期状態に戻します.

S

setCharset(Charset) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
文字セットを設定します.
setCharset(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
文字セットを設定します.
setLocale(Locale) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
ロケールを設定します.
setLocale(String) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
ロケールを設定します.
setOut(Writer) - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
コンパイラがメッセージを出力するWriterを設定します.
SourceNotGeneratedException - org.seasar.aptina.unit の エラー
ソースが生成されなかった場合にスローされる例外です。
SourceNotGeneratedException() - エラー org.seasar.aptina.unit.SourceNotGeneratedException のコンストラクタ
インスタンスを構築します。
SourceNotGeneratedException(String) - エラー org.seasar.aptina.unit.SourceNotGeneratedException のコンストラクタ
インスタンスを構築します。
SPACES - クラス org.seasar.aptina.unit.PrintingProcessor の static 変数
インデント用の空白 (100 文字)

T

tearDown() - クラス org.seasar.aptina.unit.AptinaTestCase のメソッド
 

A C D G I O P R S T

Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.