/** Test of setMeanResponseTime method, of class LogEntryInterval. */
 @Test
 public void testSetMeanResponseTime() {
   System.out.println("setMeanResponseTime");
   float meanResponseTime = 0.0F;
   LogEntryInterval instance = new LogEntryInterval();
   instance.setMeanResponseTime(meanResponseTime);
 }