Interface ITestTarget

    • Method Detail

      • getBaseName

        String getBaseName()
        Get test-target file base name. For example, return "def" when file name is "/abc/def.html".
        Returns:
        test-target file base name.
      • getName

        String getName()
        Get test-target name.
        Returns:
        test-target name.
      • isError

        boolean isError()
        Is error instance?
        Returns:
        true if this is error instance.
      • getStopWatch

        StopWatch getStopWatch()
        Get stop watch.
        Returns:
        stop watch.