Closed mdbs99 closed 7 years ago
Let's change TJamesTestsTemplateFile class to encapsulate and work at template.xml file. The code below should be removed from Unit tests.
TJamesTestsTemplateFile
template.xml
Template := TXMLComponent.Create(TJamesTestsTemplateFile.New.Stream); try Node := Template .Document .DocumentElement .FindNode(Self.ClassName) .FindNode('files') .ChildNodes .Item[0]; ...
This issue will be treated in #58.
Let's change
TJamesTestsTemplateFile
class to encapsulate and work attemplate.xml
file. The code below should be removed from Unit tests.