James Carman a écrit :
Perhaps you could refactor your class a bit to make it more unit-testable. I've found rare occasions in the past where I had to expose a member variable to test cases, but for the most part, I could work around it by redesigning my class a bit. Is that possible in this case?
Maybe, suggestions are welcome. I could simply remove the test requiring the package private visibility since another test covers the formatting (testCalendar() in TestPropertyListConfiguration).
Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]