Lines Matching refs:shortDescription
621 self.assertIsNone(self.shortDescription())
626 """Tests shortDescription() for a method with a docstring."""
628 self.shortDescription(),
629 'Tests shortDescription() for a method with a docstring.')
634 """Tests shortDescription() for a method with a longer docstring.
641 self.shortDescription(),
642 'Tests shortDescription() for a method with a longer '
649 Tests shortDescription() whitespace is trimmed, so that the first
653 self.shortDescription(),
654 'Tests shortDescription() whitespace is trimmed, so that the first')