メモ, DBUnitと言う事で使ってみた。まずこんな事してみたDBとの接続情報をpropertiesに書く url=jdbcのURL driver=ドライバクラス名 user=ユーザー名 pass=パスワード pu=persistentunitの名前 こうしとけば、テスト用のDBが簡単に切り替えられる(JPAのPersistence Unitも含めて)からこんな事しました。で、DBUnitでやりたい事が出来る抽象クラスを作って /* * Copyright 2008 seiji. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop