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

moosetechnology / Famix-UnitTest / 15830084211

23 Jun 2025 04:43PM UTC coverage: 25.0% (-1.5%) from 26.54%
15830084211

push

github

Gabriel-Darbord
Patch to create the ModestSuite
`ModestSuite` is the test suite containing all generated test classes
This was hardcoded in the test generator, plus allows for taking failed exports into account

0 of 7 new or added lines in 1 file covered. (0.0%)

224 existing lines in 7 files now uncovered.

615 of 2460 relevant lines covered (25.0%)

0.25 hits per line

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

25.0
/src/Famix-UnitTest-Exporter/FamixUTMethodMapping.class.st
1
Class {
2
        #name : 'FamixUTMethodMapping',
3
        #superclass : 'FamixUTMapping',
4
        #instVars : [
5
                'ast',
6
                'model'
7
        ],
8
        #category : 'Famix-UnitTest-Exporter-Mapping',
9
        #package : 'Famix-UnitTest-Exporter',
10
        #tag : 'Mapping'
11
}
12

13
{ #category : 'adding' }
14
FamixUTMethodMapping >> addHelper: anASTEntity named: name [
×
15

×
16
        ^ self mapping at: name put: anASTEntity
×
17
]
×
18

19
{ #category : 'accessing' }
20
FamixUTMethodMapping >> ast [
×
21

×
22
        ^ ast
×
23
]
×
24

25
{ #category : 'accessing' }
26
FamixUTMethodMapping >> ast: anASTEntity [
1✔
27

1✔
28
        ast := anASTEntity
1✔
29
]
1✔
30

31
{ #category : 'accessing' }
32
FamixUTMethodMapping >> helpers [
×
33

×
34
        ^ self mapping
×
35
]
×
36

37
{ #category : 'accessing' }
38
FamixUTMethodMapping >> helpers: aDictionary [
×
39

×
40
        mapping := aDictionary
×
41
]
×
42

43
{ #category : 'enumerating' }
44
FamixUTMethodMapping >> helpersDo: aBlock [
×
45

×
46
        self mapping valuesDo: aBlock
×
47
]
×
48

49
{ #category : 'accessing' }
UNCOV
50
FamixUTMethodMapping >> model [
×
UNCOV
51

×
UNCOV
52
        ^ model
×
UNCOV
53
]
×
54

55
{ #category : 'accessing' }
56
FamixUTMethodMapping >> model: aFamixUTMethod [
1✔
57

1✔
58
        model := aFamixUTMethod
1✔
59
]
1✔
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

© 2025 Coveralls, Inc