CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::CollectionAssertHelper, including all inherited members.
CheckDiffForAll(const std::function< bool(int)> &pred, const System::SharedPtr< System::Collections::Generic::ICollection< int32_t > > &values) | System::CollectionAssertHelper | inlinestatic |
CheckDiffForAny(const std::function< bool(int)> &pred, const System::SharedPtr< System::Collections::Generic::ICollection< int32_t > > &values) | System::CollectionAssertHelper | inlinestatic |
CollectionsToMsg(const System::String &extra_msg, const System::SharedPtr< System::Collections::Generic::IEnumerable< T1 > > &expected, const System::SharedPtr< System::Collections::Generic::IEnumerable< T2 > > &actual) | System::CollectionAssertHelper | inlinestatic |
IEnumerableToStr(const System::SharedPtr< System::Collections::Generic::IEnumerable< T > > &ie) | System::CollectionAssertHelper | inlinestatic |
MakeDiff(const System::SharedPtr< System::Collections::Generic::IEnumerable< T1 > > &expected, const System::SharedPtr< System::Collections::Generic::IEnumerable< T2 > > &actual) | System::CollectionAssertHelper | inlinestatic |
ToFullMessage(const System::String &message=u"") | System::CollectionAssertHelper | inlinestatic |