-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9a0a25
commit 53fb185
Showing
4 changed files
with
61 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
repository/LinkedList-Tests/ManifestLinkedListTests.class.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
" | ||
Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser | ||
" | ||
Class { | ||
#name : #ManifestLinkedListTests, | ||
#superclass : #PackageManifest, | ||
#category : #'LinkedList-Tests-Manifest' | ||
} | ||
|
||
{ #category : #'code-critics' } | ||
ManifestLinkedListTests class >> ruleNotEliminationRuleV1FalsePositive [ | ||
|
||
<ignoreForCoverage> | ||
^ #(#(#(#RGMethodDefinition #(#DoublyLinkedListTest #testRejectNoReject #false)) #'2023-09-03T12:03:19.48957-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedListTest #testSelect #false)) #'2023-09-03T12:03:19.489147-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedListTest #testReject #false)) #'2023-09-03T12:03:19.489551-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedListTest #testRejectNoReject #false)) #'2023-09-03T12:03:19.489519-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedListTest #testReject #false)) #'2023-09-03T12:03:19.489322-03:00') ) | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters