onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.DataAccess.EFCore.Tests/AnonymousTypesTests.cs

Summary

Maintainability
B
5 hrs
Test Coverage

Method TestAnonymousList has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    [TestMethod]
    public async Task TestAnonymousList()
    {
        var product1 = new Product("ring", "jewelery", "cartier", 999.99M, "france");
        var product2 = new Product("ring", "jewelery", "tiffany", 1999.99M, "us");
Severity: Major
Found in src/OneBeyond.Studio.DataAccess.EFCore.Tests/AnonymousTypesTests.cs - About 3 hrs to fix

    Method TestAnonymousTypeGetById has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        [TestMethod]
        public async Task TestAnonymousTypeGetById()
        {
            var product1 = new Product("ring", "jewelery", "cartier", 999.99M, "france");
    
    
    Severity: Minor
    Found in src/OneBeyond.Studio.DataAccess.EFCore.Tests/AnonymousTypesTests.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status