Open ed963 opened 1 month ago
Consider creating one common TestCase class and have all TestCase classes inherit from it.
setUp() for the parent class should set up some languages, terms, formulas, etc. for all TestCases to use.
setUp()
This would avoid each TestCase class needing to define its own testing languages, terms, formulas, etc.
Consider creating one common TestCase class and have all TestCase classes inherit from it.
setUp()
for the parent class should set up some languages, terms, formulas, etc. for all TestCases to use.This would avoid each TestCase class needing to define its own testing languages, terms, formulas, etc.