Home
last modified time | relevance | path

Searched refs:NativeSymCipherTest (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp33 class NativeSymCipherTest : public testing::Test { class
41 void NativeSymCipherTest::SetUpTestCase() {} in SetUpTestCase()
42 void NativeSymCipherTest::TearDownTestCase() {} in TearDownTestCase()
44 void NativeSymCipherTest::SetUp() // add init here, this will be called before test. in SetUp()
48 void NativeSymCipherTest::TearDown() // add destroy here, this will be called when test case done. in TearDown()
146 HWTEST_F(NativeSymCipherTest, NativeSymCipherTest001, TestSize.Level0)