Closed MrWednesday-glitch closed 11 months ago
43 tests ±0 43 :heavy_check_mark: ±0 0s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 4bd4ed4a. ± Comparison against base commit dc5a1f56.
:recycle: This comment has been updated with latest results.
Test Results
43 tests ±0 43 :heavy_check_mark: ±0 0s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 4bd4ed4a. ± Comparison against base commit dc5a1f56.
This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both.
``` YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ SHould_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: -2) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ SHould_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 0.5) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ SHould_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 5.5) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ SHould_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 7) ``` ``` YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ Should_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: -2) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ Should_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 0.5) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ Should_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 5.5) YelpAgainstCompanies.Business.Testing.ServiceTests.CompanyServiceTests.AddToCompanyTests ‑ Should_HitException_When_ScoreIsLessThanOne_Or_MoreThanFive(score: 7) ```:recycle: This comment has been updated with latest results.