Apphbify.Tests.DataStoreTests.GetAllApps.Should_contain_entries C# (CSharp) 메소드

Should_contain_entries() 개인적인 메소드

private Should_contain_entries ( ) : void
리턴 void
        public void Should_contain_entries()
        {
            Assert.NotEqual(0, _Apps.Count);
        }