JGroups stacks for unit tests
by Vladimir Blagojevic
Hey guys,
When you write JBC unit tests that involve non local JBC mode please do
not forget to use UnitTestCacheFactory for those unit tests - if
possible. Using UnitTestCacheFactory allows us to parametrize unit tests
with different JGroups stacks (udp,tcp, etc). I spent a lot of time few
months back converting all tests to use UnitTestCacheFactory and now I
see that we have bunch of tests that are using individual jbc
configuration files again....
Vladimir
17 years, 7 months