Examples of MyIterator


Examples of test.dataprovider.MyIterator

  public void dpObject3(Integer n, String a, ITestContext ctx) {
  }

  @DataProvider
  public Iterator<Object[]> dp2() {
    return new MyIterator(
    new Object[][] {
      new Object[] { 1, "a" },
      new Object[] { 2, "b" },
    });
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.