All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.internal.Dynamic Maven / Gradle / Ivy

package org.testng.internal;

/**
 * Determine the availability of certain jar files at runtime.
 */
public class Dynamic {

  public static boolean hasBsh() {
    return ClassHelper.forName("bsh.Interpreter") != null;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy