Searched refs:characterType (Results 1 – 1 of 1) sorted by relevance
83 let characterType: [Character] = [.belle, .mulan, .bookfan] in testUnionVector() variable89 let types = fb.createVector(characterType) in testUnionVector()95 XCTAssertEqual(movie.charactersTypeCount, Int32(characterType.count)) in testUnionVector()99 XCTAssertEqual(movie.charactersType(at: i), characterType[Int(i)]) in testUnionVector()