Merge pull request #13 from driessamyn/query-signle-implementation #53
GitHub Actions / Test Results
succeeded
Nov 21, 2024 in 0s
All 23 tests pass, 2 skipped in 3s
Annotations
Check notice on line 0 in .github
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
github-actions / Test Results
25 tests found
There are 25 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.QuerySingleTests ‑ [1] PostgreSQL
net.samyn.kapper.QuerySingleTests ‑ [2] MySQL
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()
Loading