Searched refs:testMethod (Results 1 – 12 of 12) sorted by relevance
21 testMethod(): void throws {31 testClass.testMethod();
17 testMethod(f: () => void throws): void rethrows {}26 testClass.testMethod(TestFunction);
29 "name": "testMethod",53 "name": "testMethod",717 "name": "testMethod",
29 "name": "testMethod",53 "name": "testMethod",841 "name": "testMethod",
23 testMethod(required: String, param: (Int | null) = 42): void {31 new TestC().testMethod("Hello World");
23 testMethod(required: String, param: (Int | null) = 100): void {31 new TestC().testMethod("Hello World", null);
17 testMethod(): void throws {25 testClass.testMethod();
17 testMethod(f: () => void throws): void rethrows {}25 testClass.testMethod(TestFunction);
17 testMethod(): void throws {26 testClass.testMethod();
114 function testMethod() {180 failures += testMethod()
1009 std::function<bool(BaseItem *)> testMethod = [&](BaseItem *method) { in TEST() local1019 panda_file::BaseItem::VisitorCallBack cbMethod = testMethod; in TEST()