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

moosetechnology / FAST-JAVA / 19831369423

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

Pull #254

github

web-flow
Merge 66e334b6b into 6cbc7da8e
Pull Request #254: Atribute get fast

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%)

1.97 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 [
3✔
10
        ^ 'public interface AnInterface {
3✔
11
        void anAbstractMethod(Map<String, Serializable> mapObjects, Map<String, Serializable> mapIds);
3✔
12
}'
3✔
13
]
3✔
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 [
3✔
28

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

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

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