BloomTests.WebLibraryIntegration.BookTransferTests.BloomParseClientDouble.BloomParseClientDouble C# (CSharp) Method

BloomParseClientDouble() public method

public BloomParseClientDouble ( string testId ) : System
testId string
return System
            public BloomParseClientDouble(string testId)
            {
                // Do NOT do this...it results in creating a garbage class in Parse.com which is hard to delete (manual only).
                //ClassesLanguagePath = "classes/language_" + testId;
            }
BookTransferTests.BloomParseClientDouble