TestStrategy
Defines how the test system should verify this skill works correctly.
- PROC_COUNT - Default. Checks if incrementProcCount was called during combat simulation.
- ATTRIBUTE_CHECK - For passive utility skills (speed, knockback resist, reach). Verifies player attributes changed instead of checking proc counts.
- CONDITION_SETUP - For conditional skills that need special test state (draw time, standing still). The test system sets up the required conditions before testing.
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.