Пример #1
0
        public void CreateEssenticalFolderTest()
        {
            WorkFlow flow = new WorkFlow();

            flow.GetParameters(CreateArgs());
            flow.ValidateEssentialParameters();
            bool isSuccess = flow.CreateEssenticalFolder();

            Assert.IsTrue(isSuccess);
        }