Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JdsLine | unit tests #13

Open
20 tasks
a-givertzman opened this issue Jan 13, 2023 · 0 comments
Open
20 tasks

JdsLine | unit tests #13

a-givertzman opened this issue Jan 13, 2023 · 0 comments

Comments

@a-givertzman
Copy link
Owner

a-givertzman commented Jan 13, 2023

  • DsCommand conversion
    implement unit test for value parsing dipending on type, check for type, length & sign:

    • bool('bool', 1),
    • integer('int', 2),
    • uInt('uint', 2),
    • dInt('dint', 4),
    • word('word', 2), = uInt
    • lInt('lint', 8),
    • real('real', 4),
    • time('time', 4),
    • dateAndTime('date_and_time', 8)
  • DsDataPoint conversion
    implement unit test for value parsing dipending on type, check for type, length & sign:

    • bool('bool', 1),
    • integer('int', 2),
    • uInt('uint', 2),
    • dInt('dint', 4),
    • word('word', 2), = uInt
    • lInt('lint', 8),
    • real('real', 4),
    • time('time', 4),
    • dateAndTime('date_and_time', 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🟠 Priority 2
Development

No branches or pull requests

1 participant