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

moosetechnology / FAST-JAVA / 19820501334

01 Dec 2025 11:07AM UTC coverage: 65.505% (-0.1%) from 65.643%
19820501334

Pull #254

github

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

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

29 existing lines in 2 files now uncovered.

8141 of 12428 relevant lines covered (65.51%)

1.97 hits per line

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

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

8
{ #category : 'tests' }
9
JavaSmaCCClassCanBeParsedWithoutErrorTest >> classString [
3✔
10
        ^ 'package hello;
3✔
11

3✔
12
import java;
3✔
13
import patate;
3✔
14
        
3✔
15
class A {
3✔
16
        void hello() {
3✔
17
                int i = 0;
3✔
18
        }
3✔
19
}' 
3✔
20
]
3✔
21

22
{ #category : 'accessing' }
23
JavaSmaCCClassCanBeParsedWithoutErrorTest >> javaMethod [
×
UNCOV
24
        ^ self shouldBeImplemented
×
UNCOV
25
]
×
26

27
{ #category : 'running' }
28
JavaSmaCCClassCanBeParsedWithoutErrorTest >> setUp [
3✔
29
        "not doing anything because we want to call parsing in the test itself"
3✔
30
]
3✔
31

32
{ #category : 'tests' }
33
JavaSmaCCClassCanBeParsedWithoutErrorTest >> testAccessToClassSourceText [
3✔
34
        self shouldnt: [ self parseClassString: self classString ]  raise: Error
3✔
35
]
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