Examples of canRerun()


Examples of org.eclipse.egit.ui.internal.search.CommitSearchQuery.canRerun()

  }

  @Test
  public void testQuery() {
    CommitSearchQuery query = new CommitSearchQuery(createSettings());
    assertTrue(query.canRerun());
    assertTrue(query.canRunInBackground());
    assertNotNull(query.getLabel());
    assertTrue(query.getLabel().length() > 0);
  }
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.