* Test method for {@link uk.co.blackpepper.test.stats.data.jmx.JMXAttributeStatisticTest#init()}.
*/
@Test
public void testInitName() {
statistic.setAttributeName(TEST_ATTRIBUTE_NAME);
statistic.setConnection(new MockMBeanServerConnection());
statistic.setObjectName(TEST_OBJECT_NAME);
statistic.setFormatString(FORMAT);
try {
statistic.init();
fail("Expected IllegalStateException.");