MCPcopy
hub / github.com/codeceptjs/CodeceptJS / truth

Function truth

lib/assert/truth.js:34–34  ·  view source on GitHub ↗
(subject, type)

Source from the content-addressed store, hash-verified

32
33export { TruthAssertion as Assertion }
34export const truth = (subject, type) => new TruthAssertion({ subject, type })
35
36export default {
37 Assertion: TruthAssertion,

Callers 15

expectElementFunction · 0.90
expectAnyElementFunction · 0.90
expectAllElementsFunction · 0.90
proceedIsCheckedFunction · 0.90
seeAppIsInstalledMethod · 0.90
seeAppIsNotInstalledMethod · 0.90
seeCurrentActivityIsMethod · 0.90
seeDeviceIsLockedMethod · 0.90
seeDeviceIsUnlockedMethod · 0.90
seeOrientationIsMethod · 0.90
dontSeeElementMethod · 0.90
seeElementMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected