def test_feat3_Linked_2(self):
     self.assertEqual(FizzBuzz().linked(9, 2, "fuzz", 3, "bizz"), "bizz")
 def test_feat3_Custom_3(self):
     self.assertEqual(FizzBuzz().custom(8, 2, "fuzz"), "fuzz")