@Test(timeout = 120000)
 public void testMoments() throws Exception {
   if (verifyNoPropertyViolation(config)) {
     org.apache.commons.math3.distribution.ExponentialDistributionTest object =
         new org.apache.commons.math3.distribution.ExponentialDistributionTest();
     object.testMoments();
   }
 }