Skip to content

Instantly share code, notes, and snippets.

@siguremon
Last active December 27, 2015 15:29
Show Gist options
  • Save siguremon/7348188 to your computer and use it in GitHub Desktop.
Save siguremon/7348188 to your computer and use it in GitHub Desktop.

11.1 Introduction to Spring Testing

Testing is an integral part of enterprise software development.

テスティングはエンタープライズ向けソフトウェア開発における不可欠な部分の1つである。

This chapter focuses on the value-add of the IoC principle to unit testing and on the benefits of the Spring Framework's support for integration testing.

この章では、ユニットテストのための制御の反転原則の付加価値と、統合テストのためのSpring Frameworkサポートの恩恵にフォーカスする。

(A thorough treatment of testing in the enterprise is beyond the scope of this reference manual.)

(エンタープライズ向けのテストについての詳細な対策はこのリファレンスマニュアルでは割愛する。)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment