Home
last modified time | relevance | path

Searched refs:testAttrs (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
DLaunchSuite.java261 Properties testAttrs = new Properties(); in initContentBuffer() local
262 testAttrs.setProperty("name", m_className); in initContentBuffer()
263 testAttrs.setProperty("verbose", String.valueOf(m_logLevel)); in initContentBuffer()
265 suiteBuffer.push("test", testAttrs); in initContentBuffer()
313 Properties testAttrs = new Properties(); in initContentBuffer() local
314 testAttrs.setProperty("name", m_projectName); in initContentBuffer()
315 testAttrs.setProperty("verbose", String.valueOf(m_logLevel)); in initContentBuffer()
317 suiteBuffer.push("test", testAttrs); in initContentBuffer()
393 Properties testAttrs = new Properties(); in initContentBuffer() local
394 testAttrs.setProperty("name", m_projectName); in initContentBuffer()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAttributeServiceTest.java341 TestAttributes testAttrs = service.readAttributes(file, TestAttributes.class); in testReadAttributes_asObject() local
342 assertThat(testAttrs.foo()).isEqualTo("hello"); in testReadAttributes_asObject()
343 assertThat(testAttrs.bar()).isEqualTo(0); in testReadAttributes_asObject()
344 assertThat(testAttrs.baz()).isEqualTo(1); in testReadAttributes_asObject()
/external/deqp/modules/egl/
DteglWideColorTests.cpp1562 const EGLint testAttrs[] = in executeTest() local
1576 testObj.addTestAttributes(testAttrs); in executeTest()
1645 const EGLint testAttrs[] = in executeTest() local
1651 testObj.addTestAttributes(testAttrs); in executeTest()
/external/tensorflow/tensorflow/lite/python/
Dlite_test.py2744 def testAttrs(self): member in DefaultConverterAttrsTest