Hi all, Any idea how i can share data between testXXX and endXXX methods?
E.g. i have a varialbe wich should be initialized in the testXXX method and i want use this object in the endXX method to test. This works if i use the eclipse plugin with an static variable. If i let the maven task run for testing the static variable setted in the testXXX method is always null. Any idea? Thanks, Henner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
