Searched refs:testarrayoftablesBy (Results 1 – 2 of 2) sorted by relevance
104 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Frodo")) in mutateMonster()105 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Barney")) in mutateMonster()106 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Wilma")) in mutateMonster()
364 …public func testarrayoftablesBy(key: String) -> MyGame.Example.Monster? { let o = _accessor.offset… in testarrayoftablesBy() function