The goog.testing.TestCase.Order Enum

goog.testing.TestCase.Order

The order to run the auto-discovered tests.

@enum
{string}

.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.