Handbook
Glossary
test-sqlite ( quot -- )
Vocabulary
db
.
tester
Inputs
quot
an
object
Outputs
None
Definition
USING:
db
kernel
tools.test.private
;
IN:
db.tester
:
test-sqlite
( quot -- )
[
[
sqlite-test-db
]
]
dip
[
with-db
]
curry
compose
[
[
[
]
]
]
dip
[
\
(unit-test)
33
experiment
]
curry
compose
call
;
inline