Searched refs:PROPERTY_DEBUG (Results 1 – 1 of 1) sorted by relevance
48 public static final String PROPERTY_DEBUG = "testng.eclipse.debug"; field in RemoteTestNG231 return m_debug || System.getProperty(PROPERTY_DEBUG) != null; in isDebug()