class MxxRu::TextfileUnittestTarget::Pair
Description of single pair of values compared.
Attributes
etalon[R]
Name of correct file.
produced[R]
Name of file generated.
Public Class Methods
new( a_produced, a_etalon )
click to toggle source
Constructor.
# File lib/mxx_ru/textfile_unittest.rb, line 124 def initialize( a_produced, a_etalon ) @produced = a_produced @etalon = a_etalon end