You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Ryan Ackley <sa...@cfl.rr.com> on 2003/06/20 21:25:29 UTC

test cases

How do you create unit tests when your tests depend on a file being present?
Never done that before. How did you guys do it for HSSF?

Ryan


Re: test cases

Posted by Avik Sengupta <av...@apache.org>.
HSSF tests get passed a property from the build file that denotes where
the test files are present.. its called HSSF.testdata.path 

On Sat, 2003-06-21 at 00:55, Ryan Ackley wrote:
> How do you create unit tests when your tests depend on a file being present?
> Never done that before. How did you guys do it for HSSF?
> 
> Ryan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
-- 
Avik Sengupta <av...@apache.org>