Searched refs:IAttributes (Results 1 - 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/
H A DIAttributes.java10 public interface IAttributes extends Serializable { interface in inherits:Serializable
H A DITestResult.java12 public interface ITestResult extends IAttributes, Comparable<ITestResult> {
H A DISuite.java19 public interface ISuite extends IAttributes {
H A DITestContext.java23 public interface ITestContext extends IAttributes {
H A DSuiteRunner.java631 private IAttributes m_attributes = new Attributes();
H A DTestRunner.java1574 private IAttributes m_attributes = new Attributes();
/external/testng/src/main/java/org/testng/internal/
H A DAttributes.java3 import org.testng.IAttributes;
10 * Simple implementation of IAttributes.
14 public class Attributes implements IAttributes {
H A DTestResult.java3 import org.testng.IAttributes;
279 private IAttributes m_attributes = new Attributes();

Completed in 350 milliseconds