Exemplo n.º 1
0
        public async Task GetAreasforPreQualification_ReturnsData()
        {
            var result = await _lookupController.GetAreasforPreQualification();

            Assert.NotNull(result);
            Assert.IsType<List<AreaModel>>(result);
            Assert.NotEmpty(result);
        }