Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests for rules from the General-Rules package #16474

Merged
merged 11 commits into from
May 13, 2024

Commits on Apr 16, 2024

  1. beginning test for AsClassRule

    Hely committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c5d90b9 View commit details
    Browse the repository at this point in the history
  2. test for rule : ReExcessiveVariablesRule and ReInconsistentMethodClas…

    …sificationRule
    Hely committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c017e17 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    fb29a7b View commit details
    Browse the repository at this point in the history
  2. Test proposition for 5 rules.

    this commit propose 5 tests for rules from Genral-Rules-Tests : ReClassNotCategorizedRule, ReClassVariableCapitalizationRule, ReEquivalentSuperClassMethodsRule, ReExcessiveInheritanceRule, RelongMethodsRuleTest
    Hely committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c4f66c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. deleete ReAsClassRuleTest

    the test for the class ReAsRule is not good, so we delete this test for the moment.
    Hely committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2c052e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    b0f6491 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    b472465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842ece4 View commit details
    Browse the repository at this point in the history
  3. new test methods + improve some tests

    add tests in case there is no violation  + improve tests in class ReEquivalentSuperclassMethodsRuleTest + ReInconsistentMethodClassificationRuleTest
    Hely committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6cc3901 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRule…

    …Test.class.st
    
    Co-authored-by: CyrilFerlicot <cyril@ferlicot.me>
    AngelHely and jecisc committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cf8953c View commit details
    Browse the repository at this point in the history
  2. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRule…

    …Test.class.st
    
    Co-authored-by: CyrilFerlicot <cyril@ferlicot.me>
    AngelHely and jecisc committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    85509a6 View commit details
    Browse the repository at this point in the history