Exemplo n.º 1
0
        public async Task GetLabel_NoUpdatedPackages_ReturnsPackages()
        {
            CreateNode();
            NoUpdatedPackages();
            await RefreshNodePackages();

            string label          = packagesFolderNode.GetLabel();
            string secondaryLabel = packagesFolderNode.GetSecondaryLabel();

            Assert.AreEqual("Packages", label);
            Assert.AreEqual(String.Empty, secondaryLabel);
        }