To create an ID generator that generates the same set of IDs from one test run to anther, you need only to implement {@link #nextDesktopId}to return a deterministic value. All other methods just return null to use the default. @author tomyeh @see Component#getUuid @see Page#getUuid @see Desktop#getId @since 2.4.1
|
|
|
|
|
|