Searched refs:testSchema (Results 1 - 18 of 18) sorted by relevance

/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py59 # use testSchema of backend Haskell and modify it
60 testSchema = tests.copy() variable
62 testSchema['simple'].compiler = config.INTERPRETER
63 testSchema['simple'].interpreter = config.INTERPRETER
64 testSchema['simple'].syntax = SYNTAX_TEMPLATE
65 testSchema['simple'].semantic = wrapperTemplate
67 testSchema['permutation'].compiler = config.INTERPRETER
68 testSchema['permutation'].interpreter = config.INTERPRETER
69 testSchema['permutation'].syntax = SYNTAX_TEMPLATE
70 testSchema['permutatio
88 testSchema = testSchema variable in class:HaskellExt
[all...]
/ec/ECSpooler/backends/echo/
H A DEcho.py42 testSchema = tests variable in class:Echo
/ec/ECSpooler/backends/haskellio/
H A DHaskellIO.py53 testSchema = testEnvs variable in class:HaskellIO
/ec/ECSpooler/lib/
H A DBackend.py41 testSchema = None variable in class:Backend
69 assert self.testSchema != None, \
236 return str(self.testSchema)
259 label of all definied tests in testSchema.
265 for test in self.testSchema.fields():
329 result.extend(self.testSchema.filterFields(__name__=testId))
332 # result = self.testSchema.fields()
/ec/ECSpooler/backends/keywords/
H A DKeywords.py77 testSchema = tests variable in class:Keywords
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py115 testSchema = testEnvs variable in class:HaskellQC
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py101 testSchema = testEnvs variable in class:PyUnit
/ec/ECSpooler/backends/sql/
H A DSQL.py88 # testSchema
131 testSchema = tests variable in class:SQL
/ec/ECSpooler/backends/cl/
H A DCl.py124 # testSchema
166 testSchema = tests variable in class:Cl
/ec/ECSpooler/backends/erlang/
H A DErlang.py89 # testSchema
128 testSchema = tests variable in class:Erlang
/ec/ECSpooler/backends/haskell/
H A DHaskell.py119 # testSchema
174 testSchema = tests variable in class:Haskell
/ec/ECSpooler/backends/javare/
H A DJavaRE.py82 # testSchema
153 testSchema = tests variable in class:JavaRE
/ec/ECSpooler/backends/junit/
H A DJUnit.py105 testSchema = config.tests variable in class:JUnit
273 @param test: name of the selected test environment (cf. self.testSchema)
/ec/ECSpooler/backends/prolog/
H A DProlog.py114 # testSchema
169 testSchema = tests variable in class:Prolog
/ec/ECSpooler/backends/python/
H A DPython.py91 # testSchema
126 testSchema = tests variable in class:Python
/ec/ECSpooler/backends/scheme/
H A DScheme.py116 # testSchema
156 testSchema = tests variable in class:Scheme
/ec/ECSpooler/backends/java/
H A DJava.py124 # testSchema
191 testSchema = tests variable in class:Java
/ec/ECSpooler/backends/xml/
H A DXML.py102 # testSchema
126 testSchema = tests variable in class:XML

Completed in 21 milliseconds