# File Tests.rb, line 53 def test_isConflictfree assert(@atable1.isConflictfree) assert(!(@atable2.isConflictfree)) assert(@atable3.isConflictfree) assert(@atable4.isConflictfree) end