65666768697071727374
@BeforeClass public static final void runBeforeClass() { final String key = getMandrillApiKey(); if(key != null) { mandrillApi = new MandrillApi(key); } else { mandrillApi = null; } }