Package org.junit.experimental.theories.internal

Examples of org.junit.experimental.theories.internal.TheoryMethod$PotentialMethodValues


    return testMethods;
  }

  @Override
  protected TestMethod wrapMethod(final Method method) {
    return new TheoryMethod(method, getTestClass());
  }
View Full Code Here

TOP

Related Classes of org.junit.experimental.theories.internal.TheoryMethod$PotentialMethodValues

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.