def test_print_with_theme(self):
        """test_print_with_theme."""
        self.instance.text = "Hello World"
        self.instance.theme = "success"
        ret = self.instance._print()