Uses of Enum
org.blocktest.types.EndAt

Packages that use EndAt
Package
Description
 
 
  • Uses of EndAt in org.blocktest

    Fields in org.blocktest declared as EndAt
    Modifier and Type
    Field
    Description
    BlockTest.endAt
     
    Methods in org.blocktest with parameters of type EndAt
    Modifier and Type
    Method
    Description
    BTest.end(EndAt value)
    Set the stoppoint of the block test to be at the value specified by the EndAt enum.
    BTest.end(EndAt value, boolean endAfter)
    Set the stoppoint of the block test to be at the value specified by the EndAt enum, and decide whether to include the construct specified by the EndAt enum.
    BTest.end(EndAt value, int at)
    Set the stoppoint of the block test to be at the value specified by the EndAt enum, and at the specified instance.
    BTest.end(EndAt value, int at, boolean endAfter)
    Set the stoppoint of the block test to be at the value specified by the EndAt enum, and at the specified instance, and decide whether to include the construct specified by the EndAt enum.
    BTest.start(EndAt value)
    Set the start point of the block test to be at the value specified by the EndAt enum.
    BTest.start(EndAt value, boolean endAfter)
    Set the start point of the block test to be at the value specified by the EndAt enum, and decide whether to include the construct specified by the EndAt enum.
    BTest.start(EndAt value, int at)
    Set the start point of the block test to be at the value specified by the EndAt enum, and at the specified instance.
    BTest.start(EndAt value, int at, boolean endAfter)
    Set the start point of the block test to be at the value specified by the EndAt enum, and at the specified instance, and decide whether to include the construct specified by the EndAt enum.
  • Uses of EndAt in org.blocktest.types

    Subclasses with type arguments of type EndAt in org.blocktest.types
    Modifier and Type
    Class
    Description
    enum 
     
    Methods in org.blocktest.types that return EndAt
    Modifier and Type
    Method
    Description
    static EndAt
    EndAt.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static EndAt[]
    EndAt.values()
    Returns an array containing the constants of this enum type, in the order they are declared.