Searched refs:JUnit (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/tests/
H A DtestJUnit.py10 from backends.junit import JUnit namespace
18 backendClassName = 'junit.JUnit.JUnit'
106 backend = JUnit.JUnit(self.params)
122 backend = JUnit.JUnit(self.params)
159 backend = JUnit.JUnit(self.params)
183 backend = JUnit
[all...]
/ec/ECSpooler/backends/junit/
H A DJUnit.py2 # $Id: JUnit.py 1635 2013-06-16 19:43:19Z amelung $
94 class JUnit(ProgrammingBackend): class in inherits:ProgrammingBackend
97 returns expected values which are defined in JUnit tests, or not.
101 name = 'JUnit'

Completed in 417 milliseconds