com.nordstrom.automation.junit.UniqueIdAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-foundation Show documentation
Show all versions of junit-foundation Show documentation
This is the foundation framework for JUnit automation
package com.nordstrom.automation.junit;
import java.io.Serializable;
/**
* This interface declares the unique ID accessor method for the {@code Description} class.
*/
public interface UniqueIdAccessor {
/**
* Get the unique ID of this description.
*
* @return unique ID object
*/
Serializable getUniqueId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy