コード例 #1
0
        public void GetWorkspacesWorkspaceIdTest()
        {
            // TODO: add unit test for the method 'GetWorkspacesWorkspaceId'
            string workspaceId = null; // TODO: replace null with proper value
            string expand      = null; // TODO: replace null with proper value
            var    response    = instance.GetWorkspacesWorkspaceId(workspaceId, expand);

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