Powermock Slows Down Test Startup on Eclipse/Fedora 10 when on NTFS partition

Posted by MrWiggles on Stack Overflow See other posts from Stack Overflow or by MrWiggles
Published on 2009-02-16T21:30:40Z Indexed on 2010/03/26 16:03 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

I've just started having a proper play with Powermock and noticed that it slows down test startup immensely. A quick look at top while it was running shows that mount.nfts-3g was taking up most of the CPU. I moved Eclipse and my source directory to ext3 partitions to see if that was a problem and the tests now startup quicker but there's still a noticeable delay. Is this normal with Powermock or am I missing something obvious?

© Stack Overflow or respective owner

Related posts about junit

Related posts about java