Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/android/src/test/java/expo/modules/devmenu/
H A DDevMenuUtilsTest.kt16 class TestClass { in checks if getPrivateFiled returns correct value of private field() class
21 val obj = TestClass() in checks if getPrivateFiled returns correct value of private field()
25 TestClass::class.java, in checks if getPrivateFiled returns correct value of private field()
30 TestClass::class.java, in checks if getPrivateFiled returns correct value of private field()
40 class TestClass { in checks if setPrivateField can set private field() class
45 val obj = TestClass() in checks if setPrivateField can set private field()
48 TestClass::class.java, in checks if setPrivateField can set private field()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI48_0_0ClassTest.cpp14 struct TestClass { struct
15 TestClass(std::shared_ptr<CallInvoker> invoker) : invoker_(invoker) {} in TestClass() argument
45 auto instance = TestClass(invoker); in TEST_F()
50 rt, &TestClass::add, invoker, &instance, 1, 2.0)); in TEST_F()
58 rt, &TestClass::getObject, invoker, &instance, object))); in TEST_F()
62 &TestClass::getPromise, in TEST_F()
83 rt, &TestClass::callFunc, invoker, &instance, func, 1) in TEST_F()
91 rt, &TestClass::callAsync, invoker, &instance, func); in TEST_F()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI49_0_0ClassTest.cpp14 struct TestClass { struct
15 TestClass(std::shared_ptr<CallInvoker> invoker) : invoker_(invoker) {} in TestClass() argument
45 auto instance = TestClass(invoker); in TEST_F()
50 rt, &TestClass::add, invoker, &instance, 1, 2.0)); in TEST_F()
58 rt, &TestClass::getObject, invoker, &instance, object))); in TEST_F()
62 &TestClass::getPromise, in TEST_F()
83 rt, &TestClass::callFunc, invoker, &instance, func, 1) in TEST_F()
91 rt, &TestClass::callAsync, invoker, &instance, func); in TEST_F()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI47_0_0ClassTest.cpp14 struct TestClass { struct
15 TestClass(std::shared_ptr<CallInvoker> invoker) : invoker_(invoker) {} in TestClass() function
45 auto instance = TestClass(invoker); in TEST_F()
50 rt, &TestClass::add, invoker, &instance, 1, 2.0)); in TEST_F()
58 rt, &TestClass::getObject, invoker, &instance, object))); in TEST_F()
62 &TestClass::getPromise, in TEST_F()
83 rt, &TestClass::callFunc, invoker, &instance, func, 1) in TEST_F()
91 rt, &TestClass::callAsync, invoker, &instance, func); in TEST_F()
/expo/packages/expo-modules-core/ios/Tests/
H A DPropertyComponentSpec.swift85 expect(value.getInt()) == TestClass.constantValue in spec()
109 expect(value.getInt()) == TestClass.constantValue in spec()
122 expect(value.getInt()) == TestClass.constantValue in spec()
167 Class(TestClass.self) { in definition()
169 return TestClass() in definition()
188 fileprivate final class TestClass: SharedObject { class
191 var someValue = TestClass.constantValue
194 let immutableKeyPathProperty = TestClass.constantValue
195 var mutableKeyPathProperty = TestClass.constantValue
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DPropertyComponentSpec.swift85 expect(value.getInt()) == TestClass.constantValue in spec()
109 expect(value.getInt()) == TestClass.constantValue in spec()
122 expect(value.getInt()) == TestClass.constantValue in spec()
167 Class(TestClass.self) { in definition()
169 return TestClass() in definition()
188 fileprivate final class TestClass: SharedObject { class
191 var someValue = TestClass.constantValue
194 let immutableKeyPathProperty = TestClass.constantValue
195 var mutableKeyPathProperty = TestClass.constantValue