setupKamStore(Constants.SMALL_CORPUS_KAM_NAME);
// Create an instance of the KAMStoreDaoImpl class to test.
KamInfo kamInfo = testKam.getKamInfo();
dao = new KAMStoreDaoImpl(kamInfo.getKamDbObject().getSchemaName(), dbc);
kamFilterHelper = new KAMFilterHelper(dao);
reflectNecessaryCode();
}