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

Adds theClass(..), noClass(..), should().be(..) and should().notBe(..) #80

Merged
merged 4 commits into from
Jun 19, 2018

Commits on Jun 19, 2018

  1. Extended the syntax to offer an ArchRuleDefinition.theClass(..) and

    noClass(..) entry point to create rules based on a specific class. Also
    added should().be(..) and should().notBe().
    
    Issue: TNG#60
    Signed-off-by: Michael Sherman <msherman32@gatech.edu>
    Michael Sherman committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8686755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae15186 View commit details
    Browse the repository at this point in the history
  3. Fixed tests (@publicapi was missing + random syntax test couldn't dea…

    …l with the new (not)be(..) methods)
    
    Issue: TNG#60
    Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
    codecholeric committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    7591a00 View commit details
    Browse the repository at this point in the history
  4. Added example and integration test for theClass(..), noClass(..), sho…

    …uld().be(..) and should().notBe(..)
    
    Issue: TNG#60
    Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
    codecholeric committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0cb05ae View commit details
    Browse the repository at this point in the history