stellio-hub / stellio-context-broker

Stellio is an NGSI-LD compatible context broker
https://stellio.readthedocs.io
Apache License 2.0
25 stars 11 forks source link

feat: remove external depedencies in tests #1148

Closed bobeal closed 2 months ago

github-actions[bot] commented 2 months ago

Test Results

 24 files   -  34   24 suites   - 34   41s :stopwatch: -42s 325 tests  - 628  325 :white_check_mark:  - 627  0 :zzz: ±0  0 :x:  - 1  325 runs   - 667  325 :white_check_mark:  - 666  0 :zzz: ±0  0 :x:  - 1 

Results for commit 98f90b53. ± Comparison against base commit 64999fb8.

This pull request removes 772 and adds 4 tests. Note that renamed tests count towards both. ``` …, withTemporalValues=true, withAudit=false, expectation={ "@type": "@json", … "@value": "/A/B" "@value": "/C/D" "@value": 20 "… { "@type": "https://uri.etsi.org/ngsi-ld/DateTime", "@value": "2020-03-25T08:29:17.965206Z" … ``` ``` com.egm.stellio.shared.model.LanguageFilterTests ‑ [1] nl, "languageProperty": { "type": "Property", "value": "Grote Markt", "lang": "nl" } com.egm.stellio.shared.model.LanguageFilterTests ‑ [2] en, "languageProperty": { "type": "Property", "value": "Big Place", "lang": "@none" } com.egm.stellio.shared.model.LanguageFilterTests ‑ [3] *, "languageProperty": { "type": "Property", "value": "Big Place", "lang": "@none" } com.egm.stellio.shared.model.LanguageFilterTests ‑ [4] fr-CH,fr;q=0.9,en;q=0.8,*;q=0.5, "languageProperty": { "type": "Property", "value": "Grand Place", "lang": "fr" } ```

:recycle: This comment has been updated with latest results.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
73.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud