[Hypercontent-developer] JUnit
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2004-12-10 18:55:23
|
Andrew, I'v been pondering your offer to contribute some JUnit testcases, and I think perhaps the most logical place to start would be with the IFileSystemManager API. This is the persistence core of HyperContent, and it has quite a few implementations already; I think JUnit test cases would be helpful here especially because more implementations are likely, and because the behavior is fairly loosely defined at the moment for implementations that may not support a particular feature. For example, some may throw UnsupportedOperationExceptions if they don't support search indexing, but may just blindly return true to lock() if it is unsupported. I will work on improving the documentation of the API to indicate the expectations that inform the current set of implementations; this could then form the basis of some test cases. Let me know what your schedule looks like, when you might be able to spend some time on this. Also, if you'd like developer CVS access just let me know your sourceforge ID. Alex |