class documentation

class IsValidPropertyNameTests(TestCase):

View In Hierarchy

Undocumented

Method test_alphanumeric Undocumented
Method test_invalid_char Undocumented
Method test_invalid_start Undocumented
Method test_name_with_colon Undocumented
Method test_name_with_underscore_start Undocumented
Method test_simple_name Undocumented
Method test_svn_prefix Undocumented
Method test_with_dash Undocumented
Method test_with_dot Undocumented

Inherited from TestCase:

Method assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def test_alphanumeric(self):

Undocumented

def test_invalid_char(self):

Undocumented

def test_invalid_start(self):

Undocumented

def test_name_with_colon(self):

Undocumented

def test_name_with_underscore_start(self):

Undocumented

def test_simple_name(self):

Undocumented

def test_svn_prefix(self):

Undocumented

def test_with_dash(self):

Undocumented

def test_with_dot(self):

Undocumented