Guest User

Untitled

a guest
Oct 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. open_test_() ->
  2. {foreach,
  3. fun () -> canusb:open("localhost", 51010) end,
  4. fun ({_, Sock}) -> canusb:close(Sock) end,
  5. [
  6. fun({Status, _}) -> ?_assertEqual(Status,ok) end
  7. ]
  8. }.
Add Comment
Please, Sign In to add comment