Skip to content

1306): expand coverage of inttype encoding tests. #321

@woody-apple

Description

@woody-apple

false


// TODO(#1306): expand coverage of inttype encoding tests.
err = writer3.Put(AnonymousTag, static_cast<int32_t>(42));
NL_TEST_ASSERT(inSuite, err == CHIP_NO_ERROR);
err = writer3.Put(AnonymousTag, static_cast<int32_t>(-17));
NL_TEST_ASSERT(inSuite, err == CHIP_NO_ERROR);


This issue was generated by todo-issue based on a TODO comment in f5cb2a3.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions