Searched refs:ICtsDeviceInteractionHelper (Results 1 – 4 of 4) sorted by relevance
64 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testMissingProperty()65 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testMissingProperty()82 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testEmptyProperty()83 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testEmptyProperty()100 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testExplicitDefaultProperty()101 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testExplicitDefaultProperty()121 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testOnePackageExplicitDefault()122 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testOnePackageExplicitDefault()142 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testOnePackage()143 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testOnePackage()[all …]
20 public interface ICtsPrintHelper extends ICtsDeviceInteractionHelper {
33 public interface ICtsDeviceInteractionHelper extends ITestHelper { interface
64 public class DeviceInteractionHelperRule<T extends ICtsDeviceInteractionHelper>