Enum goog.testing.TestCase.Order

code »
Type: string

The order to run the auto-discovered tests.

Values and Descriptions

NATURAL
This is browser dependent and known to be different in FF and Safari compared to others.
RANDOM
Random order.
SORTED
Sorted based on the name.
Show: