OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertiesTest
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/test/
properties_test.cpp
27
class
PropertiesTest
: public AllocationTestHarness {};
29
TEST_F(
PropertiesTest
, test_default_value) {
35
TEST_F(
PropertiesTest
, test_successfull_set_and_get_value) {
/system/core/libcutils/tests/
PropertiesTest.cpp
59
class
PropertiesTest
: public testing::Test {
61
PropertiesTest
() : mValue() {}
94
TEST_F(
PropertiesTest
, SetString) {
158
TEST_F(
PropertiesTest
, GetString) {
175
TEST_F(
PropertiesTest
, GetBool) {
215
TEST_F(
PropertiesTest
, GetInt64) {
262
TEST_F(
PropertiesTest
, GetInt32) {
Android.mk
25
PropertiesTest
.cpp \
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java
42
public class
PropertiesTest
extends junit.framework.TestCase {
[
all
...]
Completed in 87 milliseconds