org.kiama.rewriting.RewriterTests
The kind of comparison that is expected to be true for a test. Equal means use ==. Same means the result must be the same reference or, if the values are not references, use ==. NotSame is the opposite of Same.
The kind of comparison that is expected to be true for a test. Equal means use ==. Same means the result must be the same reference or, if the values are not references, use ==. NotSame is the opposite of Same.