示例#1
0
        public void CreateWidgetPythonContent(int pythonTypeId)
        {
            var pythonContent        = MockContent.CreatePythonContent(db);
            var expectedPythonTypeId = pythonTypeId;

            Assert.Equal(pythonContent.TypeID, expectedPythonTypeId);

            MockContent.DeletePythonContent(db, pythonContent);
        }