示例#1
0
        public void Initialize()
        {
            api = new TMSApi(TMSDotNetClient.Properties.Resources.TMSAPIToken);

            TestBody = "This is a test body, populate it with interesting information";
            //TestPhone = "change me to a phone number and uncomment";
        }
示例#2
0
        public void Initialize()
        {
            api = new TMSApi(TMSDotNetClient.Properties.Resources.TMSAPIToken);

            TestSubject  = "TEST: This is a test subject";
            TestBody     = "This is a test body, populate it with interesting information";
            TestFromName = "From the test";
            //TestEmail = "change me to an email address and uncomment";
        }
示例#3
0
 public void Initialize()
 {
     api         = new TMSApi(TMSDotNetClient.Properties.Resources.TMSAPIToken);
     TestBaseUrl = TMSDotNetClient.Properties.Resources.TMSBaseURI;
 }