Searched refs:testAttrs (Results 1 – 4 of 4) sorted by relevance
261 Properties testAttrs = new Properties(); in initContentBuffer() local262 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() local314 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() local394 testAttrs.setProperty("name", m_projectName); in initContentBuffer()[all …]
341 TestAttributes testAttrs = service.readAttributes(file, TestAttributes.class); in testReadAttributes_asObject() local342 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()
1562 const EGLint testAttrs[] = in executeTest() local1576 testObj.addTestAttributes(testAttrs); in executeTest()1645 const EGLint testAttrs[] = in executeTest() local1651 testObj.addTestAttributes(testAttrs); in executeTest()
2744 def testAttrs(self): member in DefaultConverterAttrsTest