- Last edited January 13, 2003 |
now working for www.mkodo.com/ a place where I can do thing my way ;o)
Did a lot of the work on jakarta.apache.org/alexandria/ Continuious Integration ahoy (although I don't really need it anymore), oh and there's this one: XmlUnit and of course MockObjects. You can now add X-Factor to this list.
Gradually adding code to the MockObjects project, including a misguided attempt at correcting the the errors in the java language which make testing near impossible. The File object what's that about. It's a representation of a file handle and they've made it a finalised concrete class. Hey what if I wanted to create some kinda virtual file system let alown do somthing like test something which uses files.
alt.java.io.File -- File interface alt.java.io.FileImpl -- Wrapper around java.io.File com.mockobject.io.File -- Mock the sun File objectFile isn't the only thing that this applies to, but you gotta abmit it makes sense.
Also checkout www.custommonkey.org/
- Last edited January 13, 2003 |