On Wed, Nov 2, 2011 at 5:39 PM, Ted Dunning <[email protected]> wrote: >> By "test suite" I wasn't referring to an implementation style. I'm >> referring to a testing style in which the tests would run against a >> real live deployed cluster, generate load, run for several >> hours/continuously, etc. >> > > Ahh... not a Junit test suite.
Nothing says you can't use JUnit/TestNG style of writing testcase to write integration/system tests. But yes, not the Unit test suite. Thanks, Roman.
