ginere / ginere-jdbc-oracle

Plain JDBC DAO Framework for Oracle
0 stars 0 forks source link

Test bean attributes implementing the interface TestInterface. #3

Open ginere opened 10 years ago

ginere commented 10 years ago

Hi,

It would be possible to made a function like : public static TestResult testBean(String systemToTestName,TestInterface serviceToTest) ;

That will call the test function for all the attributes of the serviceToTest that implements the TestInterface?

Regards.