continuing with test coverage i stumbled opun the GenericManager.
There is no test at all.

I made one simple test to check all methods. i hit the dao and database
with this test. i'm not sure how strict you guy's are.
its no junit test any more. but it is a good test.

do you want to have it?

secondly i see this mothod:
    /**
     * Gets all records without duplicates. <p>Note that if you use this
method, it is imperative that your model
     * classes correctly implement the hashcode/equals methods</p>
     * @return List of populated objects
     */
    List<T> getAllDistinct();

is in the dao but not in the genericManager. should this method be
exposed to??




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to