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

moosetechnology / FAST-JAVA / 19831545080

01 Dec 2025 05:26PM UTC coverage: 65.792% (+0.1%) from 65.643%
19831545080

push

github

web-flow
Merge pull request #254 from moosetechnology/atribute-getFAST

FamixAttribute >> getFAST

158 of 170 new or added lines in 19 files covered. (92.94%)

5 existing lines in 1 file now uncovered.

8220 of 12494 relevant lines covered (65.79%)

0.66 hits per line

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

66.67
/src/FAST-Java-SmaCC-Importer-Tests/JavaSmaCCAbstractMethodTest.class.st
1
Class {
2
        #name : 'JavaSmaCCAbstractMethodTest',
3
        #superclass : 'JavaSmaCCImporterAbstractTest',
4
        #category : 'FAST-Java-SmaCC-Importer-Tests',
5
        #package : 'FAST-Java-SmaCC-Importer-Tests'
6
}
7

8
{ #category : 'resources' }
9
JavaSmaCCAbstractMethodTest >> abstractMethod [
1✔
10
        ^ 'public interface AnInterface {
1✔
11
        void anAbstractMethod(Map<String, Serializable> mapObjects, Map<String, Serializable> mapIds);
1✔
12
}'
1✔
13
]
1✔
14

15
{ #category : 'accessing' }
NEW
16
JavaSmaCCAbstractMethodTest >> javaMethod [
×
17
        ^ self shouldBeImplemented
×
18
]
×
19

20
{ #category : 'running' }
NEW
21
JavaSmaCCAbstractMethodTest >> parseExpressionString: aString [
×
NEW
22

×
NEW
23
        ^ JavaSmaCCProgramNodeImporterVisitor new getExpressionAST: aString
×
NEW
24
]
×
25

26
{ #category : 'running' }
27
JavaSmaCCAbstractMethodTest >> setUp [
1✔
28

1✔
29
        fastModel := (self parseClassString: self abstractMethod)
1✔
30
                allFASTJavaMethodEntity first
1✔
31
]
1✔
32

33
{ #category : 'resources' }
34
JavaSmaCCAbstractMethodTest >> testAbstractMethodName [
1✔
35

1✔
36
        self assert: fastModel name equals: #anAbstractMethod
1✔
37
]
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