# File Warshall.rb, line 431 def test_each temp = Relation.new([]) @rel1.each{|i| temp.addPaar!(i,i)} assert_equal(temp, @rel4) end