Package org.trifort.rootbeer.testcases.rootbeertest.gpurequired

Examples of org.trifort.rootbeer.testcases.rootbeertest.gpurequired.ExceptionBasicTest


public class ExMain implements TestExceptionFactory {

  public List<TestException> getProviders() {
    List<TestException> ret = new ArrayList<TestException>();
    ret.add(new ExceptionBasicTest());
    ret.add(new NullPointer1Test());
    ret.add(new NullPointer2Test());
    return ret;
  }
View Full Code Here

TOP

Related Classes of org.trifort.rootbeer.testcases.rootbeertest.gpurequired.ExceptionBasicTest

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.