Class TestEnvironment.Element

java.lang.Object
com.sun.javatest.TestEnvironment.Element
Enclosing class:
TestEnvironment

public static class TestEnvironment.Element extends Object
A class representing an entry in a test environment.
  • Method Details

    • getKey

      public String getKey()
      Get the name of this entry.
      Returns:
      the name of this entry
    • getValue

      public String getValue()
      Get the (unresolved) value of this entry.
      Returns:
      the (unresolved) value of this entry
    • getDefinedInEnv

      public String getDefinedInEnv()
      Get the name of the environment that defines this entry.
      Returns:
      the name of the environment that defines this entry
    • getDefinedInFile

      public String getDefinedInFile()
      Get the name of the file (or table) that defines this entry.
      Returns:
      the name of the file (or table) that defines this entry