NA12878KBUnitTestBase: use @BeforeSuite method instead of unannotated static initializer block

-TestNG fails to report errors that occur in static initializer blocks before any tests are run
 in its XML reports. This was causing Bamboo to claim that tests had passed even though there
 were pre-test errors.

-This is a temporary fix until we can find a way to get TestNG to report errors that occur both
 outside of test methods and outside of @Before* methods.
This commit is contained in:
David Roazen 2013-04-04 16:03:48 -04:00
parent 78f32ee048
commit 2f42aa5d5d

Diff Content Not Available