Home
last modified time | relevance | path

Searched refs:jUnit (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java155 String jUnit = attributes.getValue("junit"); in xmlSuite() local
156 if (null != jUnit) { in xmlSuite()
157 m_currentSuite.setJUnit(Boolean.valueOf(jUnit)); in xmlSuite()
282 String jUnit = attributes.getValue("junit"); in xmlTest() local
283 if (null != jUnit) { in xmlTest()
284 m_currentTest.setJUnit(Boolean.valueOf(jUnit)); in xmlTest()
/external/antlr/antlr-3.4/gunit/
DREADME.txt49 similar to what jUnit does for unit testing.
DCHANGES.txt82 * improved jUnit translation mode and moved supporting codes into gUnitBaseTest.