Badgerati/Edison

View on GitHub
Edison.Framework/Asserts/IAssert.cs

Summary

Maintainability
C
1 day
Test Coverage

Class IAssert has 59 methods (exceeds 20 allowed). Consider refactoring.
Open

    public interface IAssert
    {

        IAssert Inconclusive(string message = null);
        IAssert Fail(string message = null);
Severity: Major
Found in Edison.Framework/Asserts/IAssert.cs - About 1 day to fix

    Method ExpectUrl has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            IAssert ExpectUrl(IBrowser browser, string expectedUrl, int attempts = 10, bool startsWith = false, string message = null);
    Severity: Minor
    Found in Edison.Framework/Asserts/IAssert.cs - About 35 mins to fix

      Method ExpectElement has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              IAssert ExpectElement(IBrowser browser, HtmlIdentifierType identifierType, string expectedIdentifier, int attempts = 10, string message = null);
      Severity: Minor
      Found in Edison.Framework/Asserts/IAssert.cs - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status