Package randoop

Class NotExecuted


public class NotExecuted extends ExecutionOutcome
Means that the statement that this outcome represents was not executed.
  • Field Details

    • notExecutedSingleton

      private static NotExecuted notExecutedSingleton
  • Constructor Details

    • NotExecuted

      private NotExecuted()
  • Method Details

    • create

      public static NotExecuted create()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getExecutionTime

      public long getExecutionTime()
      Description copied from class: ExecutionOutcome
      How long the associated statement took to execute, in nanoseconds.
      Overrides:
      getExecutionTime in class ExecutionOutcome
      Returns:
      the execution time for the statement, in nanoseconds