Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2008-10-04から1日間の記事一覧

モデル駆動ソフトウェア開発のベストプラクティス

# Separate the generated and manual code from each other # Don't check-in generated code # Integrate the generator into the build process # Use the resources of the target platform # Generate clean code # Use the complier # Talk in Metamod…

モックオブジェクトはいつ使うべきか

# The real object has nondeterministic behavior # The real object is difficult to setup # The real object has behavior that is hard to trigger # The real object is slow # The real object is a user interface # The real object uses a call ba…

DbUnitNG0.6リリース!

DbUnitNGバージョン0.6をリリースしました!AssertionHelperクラスのアサーションメソッドから引数としてClassクラスをすべて除きました。 実行したテストクラスはThreadLocalにあるため、引数として渡す必要がなくなりました。Javadocも再生成しています。 …