Searched refs:WrapperDecoderTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | wrapper_decoder_test.cpp | 45 class WrapperDecoderTest : public testing::Test { class 53 void WrapperDecoderTest::SetUpTestCase() {} in SetUpTestCase() 55 void WrapperDecoderTest::TearDownTestCase() {} in TearDownTestCase() 57 void WrapperDecoderTest::SetUp() {} in SetUp() 59 void WrapperDecoderTest::TearDown() {} in TearDown() 61 HWTEST_F(WrapperDecoderTest, DecodeAsciiTest001, TestSize.Level1) 70 HWTEST_F(WrapperDecoderTest, DecodeAsciiTest002, TestSize.Level1) 79 HWTEST_F(WrapperDecoderTest, DecodeAsciiTest003, TestSize.Level1) 88 HWTEST_F(WrapperDecoderTest, DecodeAsciiTest004, TestSize.Level1) 96 HWTEST_F(WrapperDecoderTest, DecodeBinaryTest001, TestSize.Level1) [all …]
|