Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

H

h1() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
h2() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
h3() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
h4() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
h5() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
h6() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
handle(Object, ExecutionContext) - Method in class nablarch.test.NopHandler
この実装では、単に後続のハンドラに処理を委譲する。
handle(Object, ExecutionContext) - Method in class nablarch.test.OneShotLoopHandler
後続のハンドラからDataReader.NoMoreRecordが返却されるまで、 またはExecutionContext.hasNextData()がfalseを返すまで後続のハンドラを繰り返し実行する。
handle(SqlRow, ExecutionContext) - Method in class nablarch.test.core.messaging.AsyncMessageSendActionForUt
 
handle(CommandLine, ExecutionContext) - Method in class nablarch.test.core.standalone.MainForRequestTesting
テスト対象実行後にリポジトリの再初期化を行う。
handle(HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupportHandler
ExecutionContextの移送を行う。
hashCode() - Method in class nablarch.test.core.entity.BeanValidationResultMessage
このオブジェクトのハッシュコード値を返す。
hashCode() - Method in class nablarch.test.core.entity.MessageComparedByContent
このオブジェクトのハッシュコード値を返す。
hashCode() - Method in class nablarch.test.core.entity.MessageComparedById
このオブジェクトのハッシュコード値を返す。
hashCode() - Method in class nablarch.test.core.util.ByteArrayAwareMap
hasSession() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
head() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
headElement() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
heading() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
HEXDIGIT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
RegularExpression Id.
HEXINT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
RegularExpression Id.
HEXNUM - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
RegularExpression Id.
hr() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
html() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
HTML_COMMENT - Enum constant in enum class nablarch.test.tool.sanitizingcheck.tag.TagType
HTMLコメント
Html4HtmlChecker - Class in nablarch.test.tool.htmlcheck
HTML4相当のチェックを行う HTMLチェックツール
Html4HtmlChecker(String) - Constructor for class nablarch.test.tool.htmlcheck.Html4HtmlChecker
コンストラクタ
HtmlChecker - Interface in nablarch.test.tool.htmlcheck
HTML チェックを行うクラスのインタフェース。
HtmlComment - Class in nablarch.test.tool.sanitizingcheck.tag
HTMLコメントを表すクラス。
HtmlComment(int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.HtmlComment
コンストラクタ。
HtmlConvert - Class in nablarch.test.tool.sanitizingcheck
HTMLチェックツール解析結果XMLをHTMLに変換する。
HtmlForbiddenChecker - Class in nablarch.test.tool.htmlcheck
規約上許可されていないタグ/属性が、HTML内で使われていないかをチェックする。
HtmlForbiddenChecker(HtmlForbiddenNodeConf) - Constructor for class nablarch.test.tool.htmlcheck.HtmlForbiddenChecker
コンストラクタ
HtmlForbiddenNodeConf - Class in nablarch.test.tool.htmlcheck
規約上許可されていないタグ/属性情報を保存するクラス。
HtmlForbiddenNodeConf(String) - Constructor for class nablarch.test.tool.htmlcheck.HtmlForbiddenNodeConf
コンストラクタ
HtmlResourceExtensionFilter(HttpTestConfiguration) - Constructor for class nablarch.test.core.http.HttpRequestTestSupport.HtmlResourceExtensionFilter
コンストラクタ。
HtmlSyntaxChecker - Class in nablarch.test.tool.htmlcheck
HTML構文チェックを行うユーティリティを呼び出す。
HtmlSyntaxChecker() - Constructor for class nablarch.test.tool.htmlcheck.HtmlSyntaxChecker
デフォルトコンストラクタ
HTTP_METHOD_COLUMN_NAME - Static variable in class nablarch.test.core.http.TestCaseInfo
HTTPメソッドを定義しているカラム名
HttpRequestTestSupport - Class in nablarch.test.core.http
HTTPリクエストテスト用の基底クラス。
HttpRequestTestSupport() - Constructor for class nablarch.test.core.http.HttpRequestTestSupport
コンストラクタ
本メソッドはサブクラスから使用されることを想定している。
HttpRequestTestSupport(Class<?>) - Constructor for class nablarch.test.core.http.HttpRequestTestSupport
コンストラクタ。
HttpRequestTestSupport.HtmlResourceExtensionFilter - Class in nablarch.test.core.http
コピー対象となるHTMLリソースの拡張子。
HttpRequestTestSupportHandler - Class in nablarch.test.core.http
HTTPリクエストのテスト時に先頭の設定するリクエストハンドラ。
本クラスでは、以下の処理を行う。 テストクラスから指定されたExecutionContextを、 handleメソッドの引数のExecutionContextへ移送する。 ExecutionContext#handleNext呼び出し後のExecutionContextの情報を テストクラスから指定されたExecutionContextへ移送する。 ハンドラキューの処理結果となるHttpResponseオブジェクトのステータスコードを アサートできるようにスタティック変数として保持しておく。 HttpRequestTestSupport.execute(Class, String, HttpRequest, ExecutionContext)から nablarch.fw.web.HttpServer#handle(HttpRequest, ExecutionContext)が呼ばれるが、 ここで引数にExecutionContextを渡しても使用されない。 (nablarch.fw.Handler#handle(Object, nablarch.fw.ExecutionContext)を実装する為、 引数として用意されているだけで、実際には使用しない) 実際には内蔵サーバ内で新たに生成されたExecutionContextが使用される。 テストクラス側で生成したExecutionContextの情報を使用してテストを行う為に、 本ハンドラにて移送を行う。
HttpRequestTestSupportHandler(HttpTestConfiguration) - Constructor for class nablarch.test.core.http.HttpRequestTestSupportHandler
コンストラクタ。
HttpServer - Class in nablarch.fw.web
エンベディドHTTPサーバー&\u30b5\u30fc\u30d6\u30ec\u30c3\u30c8\u30b3\u30f3\u30c6\u30ca。
HttpServer() - Constructor for class nablarch.fw.web.HttpServer
サーバインスタンスを生成する。
HttpServerFactory - Interface in nablarch.fw.web
HttpServerのファクトリインタフェース。 HttpServerはJettyに依存しているが、Jettyバージョンによって対応するJavaが異なる。 Jettyのバージョン(6系、9系)を切り替えられるようにするためには、 nablarch-testingが直接Jettyに依存しないようにする必要がある。 このため本インタフェースを導入し、HttpServerを抽象クラスとしている。 Jettyに直接依存するモジュールは、nablarch-testing-jetty6とnablarch-testing-jetty9となる。
HttpTestConfiguration - Class in nablarch.test.core.http
HTTPリクエストテスト用の設定定義クラス。
HttpTestConfiguration() - Constructor for class nablarch.test.core.http.HttpTestConfiguration
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form