File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,18 +34,6 @@ public void Topic_CreateTest() {
3434 Assert . AreEqual < string > ( topic . Attributes . GetValue ( "ContentType" ) , "ContentType" ) ;
3535 }
3636
37- /*==========================================================================================================================
38- | TEST: IS EMPTY
39- \-------------------------------------------------------------------------------------------------------------------------*/
40- /// <summary>
41- /// Creates a topic using the default constructor, and ensures it's returned as empty.
42- /// </summary>
43- [ TestMethod ]
44- public void Topic_IsEmptyTest ( ) {
45- var topic = new Topic ( ) ;
46- Assert . IsTrue ( topic . IsEmpty ) ;
47- }
48-
4937 /*==========================================================================================================================
5038 | TEST: CHANGE ID
5139 \-------------------------------------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change @@ -141,14 +141,6 @@ public Topic Parent {
141141 /// </summary>
142142 public TopicCollection Children { get ; }
143143
144- /*==========================================================================================================================
145- | PROPERTY: IS EMPTY
146- \-------------------------------------------------------------------------------------------------------------------------*/
147- /// <summary>
148- /// Gets whether the Topic's Key is invalid (null or empty).
149- /// </summary>
150- public bool IsEmpty => String . IsNullOrEmpty ( Key ) ;
151-
152144 /*==========================================================================================================================
153145 | PROPERTY: CONTENT TYPE
154146 \-------------------------------------------------------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments