\brief Used to clean up any state created in the sample class
| 664 | //! \brief Used to clean up any state created in the sample class |
| 665 | //! |
| 666 | sample::Logger::TestResult SampleINT8API::teardown() |
| 667 | { |
| 668 | return sample::Logger::TestResult::kRUNNING; |
| 669 | } |
| 670 | |
| 671 | //! |
| 672 | //! \brief The SampleINT8APIArgs structures groups the additional arguments required by |