def test_screenDamage2(self):
		self.assertEqual(main.frame(2), 2, "The screenDamage test failed on 2")
	def test_screenDamage3(self):
		self.assertEqual(main.frame(3), 3, "The screenDamage test failed on 3")
	def test_screenDamage1(self):
		self.assertEqual(main.frame(1), 1, "The screenDamage test failed on 1")
	def test_frame4(self):
		self.assertEqual(main.frame(4), 4, "The frame test failed on 4")
	def test_frame3(self):
		self.assertEqual(main.frame(3), 3, "The frame test failed on 3")
	def test_frame2(self):
		self.assertEqual(main.frame(2), 2, "The frame test failed on 2")
	def test_frame1(self):
		self.assertEqual(main.frame(1), 1, "The frame test failed on 1")