package org.testng; public interface IInstanceInfo { Object getInstance(); Class getInstanceClass(); }