Searched refs:getPluginProperties (Results 1 – 8 of 8) sorted by relevance
13 expect(manifest.getPluginProperties(packageName: "test")).to(beNil()) in spec()17 expect(manifest.getPluginProperties(packageName: "test")).to(beNil()) in spec()21 expect(manifest.getPluginProperties(packageName: "test")).to(beNil()) in spec()27 expect(manifest.getPluginProperties(packageName: "test")).to(beNil()) in spec()33 let props = manifest.getPluginProperties(packageName: "test") in spec()40 expect(manifest.getPluginProperties(packageName: "test")).to(beNil()) in spec()
14 Truth.assertThat(manifest.getPluginProperties("test")).isNull() in getPluginProperties_emptyManifest_returnsNull()21 Truth.assertThat(manifest.getPluginProperties("test")).isNull() in getPluginProperties_emptyPlugins_returnsNull()28 Truth.assertThat(manifest.getPluginProperties("test")).isNull() in getPluginProperties_nonMatchedPlugins_returnsNull()35 Truth.assertThat(manifest.getPluginProperties("test")).isNull() in getPluginProperties_matchedPluginWithoutProps_returnsNull()42 Truth.assertThat(manifest.getPluginProperties("test")).isNull() in getPluginProperties_matchedPluginWithoutPropsAsNestedArray_returnsNull()50 val result = manifest.getPluginProperties("test") in getPluginProperties_matchedPluginWithProps_returnsProps()60 val result = manifest.getPluginProperties("test") in getPluginProperties_matchedPluginWithNestedProps_returnsNestedProps()
21 …val buildProps = (manifest?.getPluginProperties("expo-build-properties")?.get("android") as? Map<*… in start()
236 fun getPluginProperties(packageName: String): Map<String, Any>? { in updateJSON() method
325 public func getPluginProperties(packageName: String) -> [String: Any]? { in getPluginProperties() function
61 - Added `Manifests.getPluginProperties()` helper to query dedicated package's properties inside the…