* Test method for {@link uk.co.blackpepper.test.stats.data.jmx.JMXAttributeStatisticTest#getValue()}.
*/
@Test
public void testGetValueDate() {
final Date date = new Date();
statistic.setConnection(new MockMBeanServerConnection() {
public Object getAttribute(
final ObjectName name,
final String attribute) {
return date;
}