Public static methods
void assertProtoEqual(ProtoAssertions self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(PythonObjectContainer self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(PythonObjectContainer self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(PythonObjectContainer self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(TestCase self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(TestCase self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(PythonObjectContainer self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(TestCase self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(ProtoAssertions self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(ProtoAssertions self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(ProtoAssertions self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)
void assertProtoEqual(TestCase self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)
object NormalizeNumberFields(object pb)
object NormalizeNumberFields(string pb)
object NormalizeNumberFields_dyn(object pb)
bool ProtoEq(string a, string b)
bool ProtoEq(object a, string b)
object ProtoEq_dyn(object a, object b)
Public properties