File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/src/test/java/org/lfenergy/compas/scl/validator/rest
riseclipse/validator-riseclipse/src/test/java/org/lfenergy/compas/scl/validator/collector Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
class CompasOclFileCollectorFromJarTest extends AbstractCompasOclFileCollectorTest {
15
15
@ Test
16
16
void getDefaultOclFiles_WhenCalledWithoutCustomDirectory_ThenListReturned () {
17
- assertValidateOclFileCollector (new CompasOclFileCollector (null ), 226 );
17
+ assertValidateOclFileCollector (new CompasOclFileCollector (null ), 230 );
18
18
}
19
19
20
20
@ Test
21
21
void getDefaultOclFiles_WhenCalledWithCustomDirectory_ThenListReturned () {
22
- assertValidateOclFileCollector (new CompasOclFileCollector ("./src/test/data/ocl" ), 227 );
22
+ assertValidateOclFileCollector (new CompasOclFileCollector ("./src/test/data/ocl" ), 231 );
23
23
}
24
24
}
Original file line number Diff line number Diff line change 8
8
class CompasOclFileCollectorTest extends AbstractCompasOclFileCollectorTest {
9
9
@ Test
10
10
void getDefaultOclFiles_WhenCalledWithoutCustomDirectory_ThenListReturned () {
11
- assertValidateOclFileCollector (new CompasOclFileCollector (null ), 226 );
11
+ assertValidateOclFileCollector (new CompasOclFileCollector (null ), 230 );
12
12
}
13
13
14
14
@ Test
15
15
void getDefaultOclFiles_WhenCalledWithCustomDirectory_ThenListReturned () {
16
- assertValidateOclFileCollector (new CompasOclFileCollector ("./src/test/data/ocl" ), 227 );
16
+ assertValidateOclFileCollector (new CompasOclFileCollector ("./src/test/data/ocl" ), 231 );
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments