def test_print_with_prefix(self):
        """test_print_with_prefix."""
        self.instance.text = "Hello World"
        self.instance.prefix = "Test"
        ret = self.instance._print()