Merge: Added contributing guidelines and link from readme
[nit.git] / tests / test_nitunit4 / test_nitunit4.nit
index db734a6..8864263 100644 (file)
@@ -22,5 +22,18 @@ class TestTestSuite
        fun test_foo do
                print "Tested method"
                assert before
+               before = false
+       end
+
+       fun test_bar do
+               print "Tested method"
+       end
+
+       fun test_baz do
+               print "Tested method"
+       end
+
+       fun test_sav_conflict do
+               print "Tested method"
        end
 end