Exemplo n.º 1
0
        public async Task GetSuperTypesAsync()
        {
            var superTypes = await SuperTypes.AllAsync();

            Assert.IsNotNull(superTypes);
            Assert.IsTrue(superTypes.Count > 1);
        }