ChatterServiceTest.ChatterSoapServiceTest.TestCreateProfileActivity C# (CSharp) Method

TestCreateProfileActivity() private method

private TestCreateProfileActivity ( ) : void
return void
        public void TestCreateProfileActivity()
        {
            IChatterSoapService service = new ChatterService.ChatterSoapService(_url);
            service.Login(_username, _password, _token);

            //DateTime dt = new DateTime(2012, 7, 29, 14, 11, 12);
            DateTime dt = DateTime.Now;
            service.CreateProfileActivity("025693078", null, "Edited their narrative", "Test Activity from 'TestCreateReseachProfile':" + dt, dt);
            //service.CreateProfileActivity("025693078", "Null body test", null, dt);
            //service.CreateProfileActivity(_employeeId, "Edited their narrative", "Test Activity from 'TestCreateReseachProfile':" + dt, dt);
        }