def test_SBBreakpointName(self): obj = lldb.SBBreakpointName() if self.TraceOn(): print(obj) self.assertFalse(obj) # Do fuzz testing on the invalid obj, it should not crash lldb. import sb_breakpointname sb_breakpointname.fuzz_obj(obj)