factor/basis/models/arrow/smart/smart-tests.factor

5 lines
193 B
Factor

IN: models.arrows.smart.tests
USING: models.arrow.smart tools.test accessors models math kernel ;
{ 7 } [ 3 <model> 4 <model> [ + ] <smart-arrow> [ activate-model ] [ value>> ] bi ] unit-test