DBFit - Could not invoke constructor for Connect[4] -
my script:
!contents -r2 -g -p -f -h !path lib/*.jar |import | |dbfit.sqlservertest| !|dbfit.sqlservertest| !|connect|sukhi-pc\sqlexpress|sukhi-pc\xxx|xxx|xxx|
masked few details error message is:
could not invoke constructor connect[4].
don't understand. i've read online may path not correct no idea it's looking connect command not fixture. appreciated.
i know old post, future reference purposes; "could not invoke constructor connect[4]" error thrown fitnesse when trying connect sql server in dbfit test using slim server without calling databaseenvironment constructor. can overcome error planning dbfit test below..
!define test_system {fit} |import | |dbfit.fixture| |dbfit.sqlservertest| !|databaseenvironment|sqlserver | |connect |11.11.11.11:8888|username|password|databasename|
Comments
Post a Comment