Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chagasaway/tdc-2019
/ functions
Functions
58 in github.com/chagasaway/tdc-2019
⨍
Functions
58
◇
Types & classes
36
↓ 7 callers
Method
isVisible
()
integration-tests/page-objects/AmountInputPageObject.ts:13
↓ 4 callers
Function
render
(props: AmountInputContainerProps)
src/modules/request-money/screens/amount-input/__tests__/AmountInput.container.tsx:7
↓ 4 callers
Method
toBeVisible
()
integration-tests/config/matchers.ts:14
↓ 3 callers
Method
assertIsVisible
()
e2e/page-objects/QRCodePageObject.ts:5
↓ 3 callers
Method
confirm
()
e2e/page-objects/AmountInputPageObject.ts:19
↓ 3 callers
Method
getInput
()
integration-tests/page-objects/AmountInputPageObject.ts:22
↓ 3 callers
Function
render
(props: NavigationInjectedProps)
src/modules/request-money/screens/amount-input/__tests__/AmountInput.screen.tsx:8
↓ 2 callers
Method
fillAmount
(amount: string)
integration-tests/page-objects/AmountInputPageObject.ts:28
↓ 2 callers
Method
getAmount
()
integration-tests/page-objects/AmountInputPageObject.ts:33
↓ 2 callers
Function
render
(props: React.PropsWithChildren<{}>)
src/common/components/__tests__/Title.tsx:7
↓ 2 callers
Function
renderApp
()
integration-tests/config/renderApp.tsx:5
↓ 2 callers
Function
textToMoney
(text: string)
src/common/components/MoneyInput.tsx:10
↓ 1 callers
Method
assertHasAmountOf
(amount: number)
e2e/page-objects/AmountInputPageObject.ts:15
↓ 1 callers
Method
assertIsShared
()
e2e/page-objects/QRCodePageObject.ts:13
↓ 1 callers
Function
cleanupNock
()
integration-tests/config/setupQueryMock.ts:12
↓ 1 callers
Method
close
()
integration-tests/page-objects/ErrorPageObject.ts:16
↓ 1 callers
Function
createRequestMoney
(amount: number)
src/modules/request-money/api/RequestMoneyAPI.ts:6
↓ 1 callers
Method
fillAmount
(amount: number)
e2e/page-objects/AmountInputPageObject.ts:10
↓ 1 callers
Method
getCloseButton
()
integration-tests/page-objects/ErrorPageObject.ts:12
↓ 1 callers
Method
getConfirmButton
()
integration-tests/page-objects/AmountInputPageObject.ts:38
↓ 1 callers
Method
getShareButton
()
integration-tests/page-objects/QRCodePageObject.ts:12
↓ 1 callers
Function
render
(props: AmountInputViewProps)
src/modules/request-money/screens/amount-input/__tests__/AmountInput.view.tsx:9
↓ 1 callers
Function
render
(props: QRCodeProps)
src/modules/request-money/screens/qr-code/components/__tests__/QRCode.tsx:7
↓ 1 callers
Function
render
(props: QRCodeViewProps)
src/modules/request-money/screens/qr-code/__tests__/QRCode.view.tsx:8
↓ 1 callers
Function
render
(props: QRCodeContainerProps)
src/modules/request-money/screens/qr-code/__tests__/QRCode.container.tsx:9
↓ 1 callers
Function
render
(props: NavigationInjectedProps)
src/modules/request-money/screens/qr-code/__tests__/QRCode.screen.tsx:7
↓ 1 callers
Function
render
(props: NavigationInjectedProps)
src/modules/request-money/screens/error/__tests__/Error.screen.tsx:7
↓ 1 callers
Function
render
(props: ErrorViewProps)
src/modules/request-money/screens/error/__tests__/Error.view.tsx:8
↓ 1 callers
Function
render
(props: ButtonProps)
src/common/components/__tests__/Button.tsx:7
↓ 1 callers
Function
render
(props: React.PropsWithChildren<{}>)
src/common/components/__tests__/BaseScreen.tsx:7
↓ 1 callers
Function
render
(props: MoneyInputProps)
src/common/components/__tests__/MoneyInput.tsx:7
↓ 1 callers
Function
render
()
src/common/components/__tests__/SpaceFiller.tsx:7
↓ 1 callers
Method
share
()
integration-tests/page-objects/QRCodePageObject.ts:16
↓ 1 callers
Method
share
()
e2e/page-objects/QRCodePageObject.ts:9
Function
AmountInputView
({ onSubmit, amount, onAmountChange })
src/modules/request-money/screens/amount-input/AmountInput.view.tsx:13
Function
BaseScreen
({ children, testID })
src/common/components/BaseScreen.tsx:8
Function
Button
({ testID, onPress, label })
src/common/components/Button.tsx:10
Function
ErrorView
({ navigateBack })
src/modules/request-money/screens/error/Error.view.tsx:10
Function
MoneyInput
({ testID, amount, onAmountChange })
src/common/components/MoneyInput.tsx:14
Function
QRCode
({ value })
src/modules/request-money/screens/qr-code/components/QRCode.tsx:9
Function
QRCodeView
({ id, onShare })
src/modules/request-money/screens/qr-code/QRCode.view.tsx:12
Function
SpaceFiller
()
src/common/components/SpaceFiller.tsx:4
Function
Title
({ children })
src/common/components/Title.tsx:4
Method
assertIsVisible
()
e2e/page-objects/AmountInputPageObject.ts:6
Function
constructor
(app: RenderAPI, id: string)
integration-tests/page-objects/PageObject.ts:8
Method
constructor
(app: RenderAPI)
integration-tests/page-objects/QRCodePageObject.ts:8
Method
constructor
(app: RenderAPI)
integration-tests/page-objects/ErrorPageObject.ts:8
Method
constructor
(app: RenderAPI)
integration-tests/page-objects/AmountInputPageObject.ts:9
Function
ensureAppFinished
(duration: number = 1000)
integration-tests/config/ensureAppFinished.ts:1
Function
isVisible
()
integration-tests/page-objects/PageObject.ts:13
Function
page
()
integration-tests/page-objects/PageObject.ts:18
Method
render
()
src/modules/request-money/screens/amount-input/AmountInput.container.tsx:34
Method
render
()
src/modules/request-money/screens/amount-input/AmountInput.screen.tsx:22
Method
render
()
src/modules/request-money/screens/qr-code/QRCode.container.tsx:16
Method
render
()
src/modules/request-money/screens/qr-code/QRCode.screen.tsx:12
Method
render
()
src/modules/request-money/screens/error/Error.screen.tsx:12
Function
setupQueryMock
()
integration-tests/config/setupQueryMock.ts:5
Function
toBeVisible
(received: T)
integration-tests/config/matchers.ts:3