Skip to content

Merge pull request #8 from driessamyn/query-simple-implementation #44

Merge pull request #8 from driessamyn/query-simple-implementation

Merge pull request #8 from driessamyn/query-simple-implementation #44

GitHub Actions / Test Results succeeded Nov 11, 2024 in 0s

All 21 tests pass, 2 skipped in 2s

 6 files  + 3   6 suites  +3   2s ⏱️ +2s
23 tests +14  21 ✅ +19  2 💤  - 5  0 ❌ ±0 
33 runs  +24  31 ✅ +29  2 💤  - 5  0 ❌ ±0 

Results for commit da83d67. ± Comparison against earlier commit b2dfa4e.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 skipped tests found

There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
net.samyn.kapper.api.JavaUsabilityTest ‑ canQuerySingle()
net.samyn.kapper.api.UsabilityTest ‑ can query single()

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

23 tests found

There are 23 tests, see "Raw output" for the full list of tests.
Raw output
net.samyn.kapper.AutoConverterTest ‑ when binary UUID convert()
net.samyn.kapper.AutoConverterTest ‑ when invalid source type throw()
net.samyn.kapper.AutoConverterTest ‑ when invalid target type throw()
net.samyn.kapper.AutoConverterTest ‑ when string UUID convert()
net.samyn.kapper.MapperTest ‑ should convert when type not known()
net.samyn.kapper.MapperTest ‑ should map to super hero respecting defaults()
net.samyn.kapper.MapperTest ‑ should map to super hero()
net.samyn.kapper.MapperTest ‑ should throw when non-optional are missing()
net.samyn.kapper.MapperTest ‑ should throw when too many columns()
net.samyn.kapper.QueryParserTest ‑ [1] SELECT * FROM super_hero WHERE id = :id, SELECT * FROM super_hero WHERE id = ?, {id=[1]}
net.samyn.kapper.QueryParserTest ‑ [2] SELECT * FROM super_hero WHERE id = @id, SELECT * FROM super_hero WHERE id = ?, {id=[1]}
net.samyn.kapper.QueryParserTest ‑ [3] INSERT INTO super_hero(id, name) VALUES (:id, :name) RETURNING *, INSERT INTO super_hero(id, name) VALUES (?, ?) RETURNING *, {id=[1], name=[2]}
net.samyn.kapper.QueryParserTest ‑ [4] UPDATE super_hero SET name = :name WHERE id = :id, UPDATE super_hero SET name = ? WHERE id = ?, {name=[1], id=[2]}
net.samyn.kapper.QueryParserTest ‑ when invalid token character is used()
net.samyn.kapper.QueryParserTest ‑ when no tokens return empty map()
net.samyn.kapper.QueryParserTest ‑ when query is very large()
net.samyn.kapper.QueryParserTest ‑ when token contains numbers()
net.samyn.kapper.QueryParserTest ‑ when token is at the beginning of the query()
net.samyn.kapper.QueryParserTest ‑ when tokens are repeated()
net.samyn.kapper.QueryTests ‑ [1] PostgreSQL
net.samyn.kapper.QueryTests ‑ [2] MySQL
net.samyn.kapper.api.JavaUsabilityTest ‑ canQuerySingle()
net.samyn.kapper.api.UsabilityTest ‑ can query single()