Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. D:\Programs\meta-toolkit\build\meta-release>unit-test.exe --reporter=spec
  2. describe [analyzers]: string content
  3. - it should tokenize unigrams from a string ... FAILED
  4. - it should tokenize bigrams from a string ... FAILED
  5. - it should tokenize trigrams from a string ... FAILED
  6. describe [analyzers]: file content
  7. - it should tokenize unigrams from a file ... FAILED
  8. - it should tokenize bigrams from a file ... FAILED
  9. - it should tokenize trigrams from a file ... FAILED
  10. describe [analyzers]: create from factory
  11. - it should create an analyzer from a config object ... FAILED
  12. - it should create a multi_analyzer from a config object ... FAILED
  13. describe [binary-io] packed read and write
  14. - it should read and write doubles ... OK
  15. - it should read and write floats ... OK
  16. - it should read and write ints ... OK
  17. - it should read and write unsigned ints ... OK
  18. - it should read and write strings ... OK
  19. - it should read and write enums ... OK
  20. - it should read and write multiple types from the same stream ... OK
  21. describe [binary-io] read and write
  22. - it should read and write doubles ... OK
  23. - it should read and write floats ... OK
  24. - it should read and write ints ... OK
  25. - it should read and write unsigned ints ... OK
  26. - it should read and write strings ... OK
  27. - it should read and write enums ... OK
  28. - it should read and write multiple types from the same stream ... OK
  29. describe [bit vector]
  30. - it should build files of the correct size ... OK
  31. - it should correctly extract single bits ... OK
  32. - it should correctly extract multi-bit patterns ... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement