• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moosetechnology / MooseIDE / 18938833417

30 Oct 2025 11:17AM UTC coverage: 65.531% (-1.0%) from 66.52%
18938833417

Pull #1495

github

web-flow
Merge 8589a0f73 into 4ebf8d6d3
Pull Request #1495: chore: move MiDeadCodeBrowserTest to MooseIDE-DeadCode-Tests package

20348 of 31051 relevant lines covered (65.53%)

1.31 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

35.71
/src/MooseIDE-Dependency/MiDeadCodePharoTestCaseSubClassHeuristic.class.st
1
"
2
A heuristic to recognize test methods in Pharo.
3
(they belong to a clas sinheriting from `TestCase`
4
"
5
Class {
6
        #name : 'MiDeadCodePharoTestCaseSubClassHeuristic',
7
        #superclass : 'MiDeadCodeAbstractTestHeuristic',
8
        #category : 'MooseIDE-Dependency-DeadCode',
9
        #package : 'MooseIDE-Dependency',
10
        #tag : 'DeadCode'
11
}
12

13
{ #category : 'accessing' }
14
MiDeadCodePharoTestCaseSubClassHeuristic >> description [
×
15

×
16
        ^super description , '
×
17
        In Pharo, sub-classes of TestCase are test classes'
×
18
]
×
19

20
{ #category : 'accessing' }
21
MiDeadCodePharoTestCaseSubClassHeuristic >> name [
×
22

×
23
        ^super name , 'Pharo TestCase sub-class'
×
24
]
×
25

26
{ #category : 'testing' }
27
MiDeadCodePharoTestCaseSubClassHeuristic >> notDead: aTMethod [
2✔
28

2✔
29
        ^aTMethod parentType superclassHierarchy
2✔
30
                anySatisfy: [ :c | c name = 'TestCase' ] 
2✔
31
]
2✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc