JIVE Platform
Release 0.3.1

Uses of Class
edu.buffalo.cse.jive.ui.search.ExecutionHistorySearchQuery

Packages that use ExecutionHistorySearchQuery
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of ExecutionHistorySearchQuery in edu.buffalo.cse.jive.ui.search.queries
 

Subclasses of ExecutionHistorySearchQuery in edu.buffalo.cse.jive.ui.search.queries
 class ExceptionCaughtSearchQuery
          An IJiveSearchQuery that is used to check whether an exception was caught and, if so, where it was thrown.
 class InvariantViolatedSearchQuery
          An IJiveSearchQuery that is used to check whether a class invariant was violated.
 class LineExecutedSearchQuery
          An IJiveSearchQuery that is used to check whether a line is executed.
 class MethodCalledSearchQuery
          An IJiveSearchQuery that is used to check whether a method was called.
 class MethodReturnedSearchQuery
          An IJiveSearchQuery that is used to check method returns and optionally conditions on return values.
 class ObjectCreatedSearchQuery
          An IJiveSearchQuery that is used to search for object creations.
 class VariableChangedSearchQuery
          An IJiveSearchQuery that is used to check where a variable has changed and also when a condition on the new value holds.
 


JIVE Platform
Release 0.3.1