mbeckerle commented on a change in pull request #343: Daffodil 2302 fixes
external variables API difficulties
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r400546589
##########
File path:
daffodil-core/src/test/scala/org/apache/daffodil/util/TestUtils.scala
##########
@@ -336,6 +334,17 @@ class Fakes private () {
def setTunables(tunables: Map[String, String]): Unit = {}
def getTunables(): DaffodilTunables = { tunablesObj }
+ def clear(): DFDL.DataProcessor = this
Review comment:
don't need this clear method.
Other methods should all get override keyword
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services