vote up 1 vote down star

Hi all

A project I'm working on interacts heavily with Subversion, using svnkit.

Are there any examples on running a mock in-memory svn instance, to help facilitate testing etc?

Cheers

Marty

flag

77% accept rate

2 Answers

vote up 1 vote down

Why don't you just create a simple SVN repository with mock data ? It's just a few commands.

link|flag
And you could use Runtime.exec(<..>) to execute svnadm within your test class(es) – Andreas_D May 18 at 11:54
vote up 0 vote down

you may be intested in mockito, that should work fine with SVNkit

my 0.02$

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.