Justin Deoliveira ha scritto: > Just to chime in with my 2 cents. As a test case writer I would rather > use a naming convention in the test files I create rather then write > code that checks a system property. I have to do the same check in every > single test, what if the property changes, I then have to change it in > every single test.
I see, to work around that problem we do have an utility class that does perform the check in a centralized place. The problem with both extensive and interactive is that they don't really enable/disable test, they do change the way test is run: * extensive tests for example test 1 every 10 elements in a list of to be tested things when the test is not extensive; * interactive tests do not show the map on screen when interactive is false, but they do run anyways... Cheers Andrea ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
