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
_
with-db
]
\
(unit-test)
33
experiment
]
call
;
inline