コード例 #1
0
        public void PostWorkspacesTest()
        {
            // TODO: add unit test for the method 'PostWorkspaces'
            WorkspaceCreate body     = null; // TODO: replace null with proper value
            var             response = instance.PostWorkspaces(body);

            Assert.IsInstanceOf <Workspace> (response, "response is Workspace");
        }