Skip to content

Commit

Permalink
Added tag for tests classes. Deleted unused variable in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Feb 28, 2024
1 parent 1ea0283 commit 8ef774d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions src/IllimaniProfiler-Tests/IllAbstractExporterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Class {
'mockProfiler',
'mockGCMonitor'
],
#category : 'IllimaniProfiler-Tests',
#package : 'IllimaniProfiler-Tests'
#category : 'IllimaniProfiler-Tests-Exporters',
#package : 'IllimaniProfiler-Tests',
#tag : 'Exporters'
}

{ #category : 'testing' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Class {
#name : 'IllAllocationSiteExporterTest',
#superclass : 'IllAbstractExporterTest',
#category : 'IllimaniProfiler-Tests',
#package : 'IllimaniProfiler-Tests'
#category : 'IllimaniProfiler-Tests-Exporters',
#package : 'IllimaniProfiler-Tests',
#tag : 'Exporters'
}

{ #category : 'asserting' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ An IllFinalizationExporterTest is a test class for testing the behavior of IllFi
Class {
#name : 'IllFinalizationExporterTest',
#superclass : 'IllAbstractExporterTest',
#category : 'IllimaniProfiler-Tests',
#package : 'IllimaniProfiler-Tests'
#category : 'IllimaniProfiler-Tests-Exporters',
#package : 'IllimaniProfiler-Tests',
#tag : 'Exporters'
}

{ #category : 'asserting' }
Expand Down
8 changes: 3 additions & 5 deletions src/IllimaniProfiler-Tests/IllMockGCMonitor.class.st
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Class {
#name : 'IllMockGCMonitor',
#superclass : 'Object',
#instVars : [
'allocations'
],
#category : 'IllimaniProfiler-Tests',
#package : 'IllimaniProfiler-Tests'
#category : 'IllimaniProfiler-Tests-Exporters',
#package : 'IllimaniProfiler-Tests',
#tag : 'Exporters'
}

{ #category : 'exporting' }
Expand Down
5 changes: 3 additions & 2 deletions src/IllimaniProfiler-Tests/IllMockProfiler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Class {
'allocations',
'gcMonitor'
],
#category : 'IllimaniProfiler-Tests',
#package : 'IllimaniProfiler-Tests'
#category : 'IllimaniProfiler-Tests-Exporters',
#package : 'IllimaniProfiler-Tests',
#tag : 'Exporters'
}

{ #category : 'accessing' }
Expand Down

0 comments on commit 8ef774d

Please sign in to comment.