Ejemplo n.º 1
0
        public void GetSupportsCount()
        {
            var actuly = supportService.getAllSuports();

            Assert.NotEmpty(actuly);
            Assert.True(actuly.Count == constants.getSupportCount());
        }