Android.Mvvm.Tests.TestFixture.When_parsing_a_edit_text_axml_with_binding_syntax_in_text_attribute_with_no_set_Path.It_should_have_no_children_nodes C# (CSharp) Method

It_should_have_no_children_nodes() private method

private It_should_have_no_children_nodes ( ) : void
return void
        public void It_should_have_no_children_nodes()
        {
            Assert.True(_node.Collection.Count == 0);
        }