Home
last modified time | relevance | path

Searched refs:testee (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/biology/jalview/jalview/test/jalview/analysis/
H A DSequenceIdMatcherTest.java58 assertTrue(testee.equals("A12345")); in test_seqIdNameEquals()
59 assertTrue(testee.equals("A12345~")); in test_seqIdNameEquals()
60 assertTrue(testee.equals("A12345.")); in test_seqIdNameEquals()
61 assertTrue(testee.equals("A12345 ")); in test_seqIdNameEquals()
62 assertTrue(testee.equals("A12345|")); in test_seqIdNameEquals()
63 assertTrue(testee.equals("A12345#")); in test_seqIdNameEquals()
65 assertTrue(testee.equals("A12345/")); in test_seqIdNameEquals()
86 assertTrue(testee.equals("a12345")); in test_seqIdNameEquals()
92 assertTrue(testee.equals("A12345")); in test_seqIdNameEquals()
97 assertTrue(testee.equals("a12345")); in test_seqIdNameEquals()
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprPatterns.h26 return dynamic_cast<const ExprVarNode*>(testee); in isVariable()
30 return dynamic_cast<const ExprNumNode*>(testee); in isScalar()
34 return dynamic_cast<const ExprVecNode*>(testee); in isVector()
38 if (const ExprVecNode* vec = isVector(testee)) in isLitVec()
45 return dynamic_cast<const ExprStrNode*>(testee); in isString()
49 return dynamic_cast<const ExprAssignNode*>(testee); in isAssign()
53 return dynamic_cast<const ExprFuncNode*>(testee); in isFunc()
57 if (const ExprFuncNode* func = isFunc(testee)) in isNamedFunc()
64 if (const ExprFuncNode* func = isFunc(testee)) { in isStrFunc()
65 int max = testee->numChildren(); in isStrFunc()
[all …]
/dports/biology/jalview/jalview/test/jalview/gui/
H A DSeqCanvasTest.java59 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_noAnnotations() local
75 FontMetrics fm = testee.getFontMetrics(av.getFont()); in testCalculateWrappedGeometry_noAnnotations()
102 testee.calculateWrappedGeometry(canvasWidth, canvasHeight); in testCalculateWrappedGeometry_noAnnotations()
110 testee.calculateWrappedGeometry(canvasWidth, canvasHeight); in testCalculateWrappedGeometry_noAnnotations()
117 testee.calculateWrappedGeometry(canvasWidth, canvasHeight); in testCalculateWrappedGeometry_noAnnotations()
125 testee.calculateWrappedGeometry(canvasWidth, canvasHeight); in testCalculateWrappedGeometry_noAnnotations()
236 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_withAnnotations() local
245 FontMetrics fm = testee.getFontMetrics(av.getFont()); in testCalculateWrappedGeometry_withAnnotations()
248 int annotationHeight = testee.getAnnotationHeight(); in testCalculateWrappedGeometry_withAnnotations()
329 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_fromScrolled() local
[all …]
H A DSeqPanelTest.java302 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
312 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
322 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
332 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
342 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
352 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
363 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
373 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
408 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
418 pos = testee.findMousePosition(evt); in testFindMousePosition_wrapped_annotations()
[all …]
H A DAnnotationChooserTest.java80 AnnotationChooser testee; field in AnnotationChooserTest
144 testee = new AnnotationChooser(parentPanel); in testBuildActionButtonsPanel()
145 JPanel jp = testee.buildActionButtonsPanel(); in testBuildActionButtonsPanel()
174 testee = new AnnotationChooser(parentPanel); in testBuildApplyToOptionsPanel_withSelectionGroup()
220 testee = new AnnotationChooser(parentPanel); in testBuildApplyToOptionsPanel_noSelectionGroup()
261 testee = new AnnotationChooser(parentPanel); in testBuildShowHidePanel()
262 JPanel jp = testee.buildShowHidePanel(); in testBuildShowHidePanel()
562 testee, 1, 1, 1); in testSelectType_showForSelected()
738 testee, 1, 1, 1); in testIsInActionScope_selectedScope()
764 testee, 1, 1, 2); in testIsInActionScope_unselectedScope()
[all …]
H A DAnnotationRowFilterTest.java24 private AnnotationRowFilter testee; field in AnnotationRowFilterTest
36 testee = new AnnotationRowFilter(af.viewport, af.alignPanel) in setUp()
100 Vector<String> items = testee.getAnnotationItems(false); in testGetAnnotationItems()
104 assertEquals(testee.getAnnotationMenuLabel(ann1), "ann1Label"); in testGetAnnotationItems()
105 assertEquals(testee.getAnnotationMenuLabel(ann2), "Significance"); in testGetAnnotationItems()
106 assertEquals(testee.getAnnotationMenuLabel(ann2a), "Significance_1"); in testGetAnnotationItems()
107 assertEquals(testee.getAnnotationMenuLabel(ann3), "Jronn_FER_CAPAA"); in testGetAnnotationItems()
109 assertEquals(testee.getAnnotationMenuLabel(ann5), "Jnet_FER_BRANA"); in testGetAnnotationItems()
115 items = testee.getAnnotationItems(true); in testGetAnnotationItems()
118 assertEquals(testee.getAnnotationMenuLabel(ann3), "Jronn"); in testGetAnnotationItems()
[all …]
/dports/biology/jalview/jalview/test/jalview/util/
H A DParseHtmlBodyAndLinksTest.java63 testee.getContent()); in testParseHtml_withLinks()
66 testee.getNonHtmlContent()); in testParseHtml_withLinks()
67 assertEquals(2, testee.getLinks().size()); in testParseHtml_withLinks()
80 testee.getContent()); in testParseHtml_withLinksWithParameters()
82 testee.getNonHtmlContent()); in testParseHtml_withLinksWithParameters()
83 assertEquals(1, testee.getLinks().size()); in testParseHtml_withLinksWithParameters()
85 testee.getLinks().get(0)); in testParseHtml_withLinksWithParameters()
96 testee.getContent()); in testParseHtml_withLinksWithEncoding()
98 testee.getNonHtmlContent()); in testParseHtml_withLinksWithEncoding()
99 assertEquals(1, testee.getLinks().size()); in testParseHtml_withLinksWithEncoding()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/test/io/basp/
H A Dmessage_queue.cpp27 strong_actor_ptr testee; member
31 testee = actor_cast<strong_actor_ptr>(hdl); in fixture()
78 disallow((ok_atom, int), from(self).to(testee));
87 disallow((ok_atom, int), from(self).to(testee));
98 disallow((ok_atom, int), from(self).to(testee));
100 disallow((ok_atom, int), from(self).to(testee));
110 disallow((ok_atom, int), from(self).to(testee));
121 disallow((ok_atom, int), from(self).to(testee));
123 disallow((ok_atom, int), from(self).to(testee));
133 disallow((ok_atom, int), from(self).to(testee)); in CAF_TEST()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_component_test_framework.cc126 ProcessWrapper &testee = launch_command( in TEST_F() local
131 testee.register_response("Fin", "Ack\n"); in TEST_F()
140 check_exit_code(testee, EXIT_SUCCESS); in TEST_F()
168 testee.register_response("Fin", "Ack\n");
175 check_exit_code(testee, EXIT_SUCCESS);
195 ProcessWrapper &testee = launch_command( in TEST_F() local
201 EXPECT_TRUE(testee.expect_output( in TEST_F()
206 check_exit_code(testee, EXIT_SUCCESS); in TEST_F()
217 ProcessWrapper &testee = launch_command( in TEST_F() local
239 ProcessWrapper &testee = in TEST_F() local
[all …]
/dports/biology/jalview/jalview/test/jalview/schemes/
H A DAnnotationColourGradientTest.java104 testee.setThresholdIsMinMax(true); in testShadeCalculation_aboveThreshold()
135 testee.setThresholdIsMinMax(false); in testShadeCalculation_aboveThreshold()
166 testee.setThresholdIsMinMax(true); in testShadeCalculation_belowThreshold()
197 testee.setThresholdIsMinMax(false); in testShadeCalculation_belowThreshold()
211 testee = (AnnotationColourGradient) testee.getInstance(null, al); in testFindColour_aboveThreshold()
230 testee.setThresholdIsMinMax(true); in testFindColour_aboveThreshold()
255 testee = (AnnotationColourGradient) testee.getInstance(null, al); in testFindColour_belowThreshold()
270 testee.setThresholdIsMinMax(true); in testFindColour_belowThreshold()
290 testee = (AnnotationColourGradient) testee.getInstance(null, al); in testFindColour_noThreshold()
309 testee = (AnnotationColourGradient) testee.getInstance(null, al); in testFindColour_originalColours()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/mixin/
H A Dsender.cpp30 actor testee; member
36 testee = sys.spawn_in_group(grp, testee_impl); in fixture()
40 anon_send_exit(testee, exit_reason::user_shutdown); in ~fixture()
49 self->delayed_send(testee, seconds(1), hello); in CAF_TEST_FIXTURE_SCOPE()
71 self->anon_send(testee, hello); in CAF_TEST()
72 expect((std::string), to(testee).with(hello)); in CAF_TEST()
74 self->delayed_anon_send(testee, seconds(1), hello); in CAF_TEST()
76 expect((std::string), to(testee).with(hello)); in CAF_TEST()
80 expect((std::string), to(testee).with(hello)); in CAF_TEST()
84 expect((std::string), to(testee).with(hello)); in CAF_TEST()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/io/util/
H A DTestLRUDictionary.java39 LRUDictionary testee; field in TestLRUDictionary
43 testee = new LRUDictionary(); in setUp()
44 testee.init(Short.MAX_VALUE); in setUp()
49 assertTrue(isDictionaryEmpty(testee)); in TestContainsNothing()
58 testee.findEntry(HConstants.EMPTY_BYTE_ARRAY, 0, 0)); in testPassingEmptyArrayToFindEntry()
60 testee.addEntry(HConstants.EMPTY_BYTE_ARRAY, 0, 0)); in testPassingEmptyArrayToFindEntry()
86 assertFalse(isDictionaryEmpty(testee)); in testBasic()
89 short t = testee.findEntry(testBytes, 0, testBytes.length); in testBasic()
103 assertTrue(Arrays.equals(testBytes, testee.getEntry(t))); in testBasic()
105 testee.clear(); in testBasic()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dactor_termination.cpp24 actor testee; member
34 testee = self->spawn(std::forward<Ts>(xs)...); in spawn()
38 self->wait_for(testee); in ~fixture()
56 expect((int), from(testee).to(mirror).with(42)); in CAF_TEST_FIXTURE_SCOPE()
57 expect((int), from(mirror).to(testee).with(42)); in CAF_TEST_FIXTURE_SCOPE()
71 expect((int), from(testee).to(mirror).with(42)); in CAF_TEST()
72 expect((int), from(testee).to(mirror).with(42)); in CAF_TEST()
73 expect((int), from(testee).to(mirror).with(42)); in CAF_TEST()
74 expect((int), from(mirror).to(testee).with(42)); in CAF_TEST()
107 self->monitor(testee); in CAF_TEST()
[all …]
H A Dstateful_actor.cpp156 auto& state = deref<actor_type>(testee).state; in CAF_TEST()
160 expect((int32_t), from(testee).to(self).with(30)); in CAF_TEST()
161 inject((int32_t, int32_t), to(testee).with(1, 2)); in CAF_TEST()
165 expect((int32_t), from(testee).to(self).with(3)); in CAF_TEST()
182 auto testee = sys.spawn<actor_type>(10); in CAF_TEST() local
183 auto& state = deref<actor_type>(testee).state; in CAF_TEST()
204 auto testee = sys.spawn<actor_type>(10); in CAF_TEST() local
205 auto& state = deref<actor_type>(testee).state; in CAF_TEST()
210 expect((int), from(testee).to(self).with(11)); in CAF_TEST()
228 auto testee = sys.spawn<lazy_init>(fun, 10); in CAF_TEST() local
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/context/store/
H A Dtlsstore_test.go15 testee := tlsStore{root: testDir}
16 _, err = testee.getData("test-ctx", "test-ep", "test-data")
30 err = testee.remove("test-ctx", "test-ep", "test-data")
32 err = testee.remove("test-ctx", "test-ep", "test-data")
35 _, err = testee.getData("test-ctx", "test-ep", "test-data")
43 testee := tlsStore{root: testDir}
63 resAll, err := testee.listContextData("test-ctx")
67 err = testee.removeAllEndpointData("test-ctx", "ep3")
69 resEp1ep2, err := testee.listContextData("test-ctx")
73 err = testee.removeAllContextData("test-ctx")
[all …]
H A Dmetadata_test.go27 testee := metadataStore{root: testDir, config: testCfg}
28 _, err = testee.get("noexist")
46 err = testee.createOrUpdate(testMeta)
56 err = testee.createOrUpdate(expected2)
64 _, err = testee.get(contextdirOf("test-context"))
92 err = testee.createOrUpdate(s)
96 data, err := testee.list()
105 testee := metadataStore{root: testDir}
113 err = testee.createOrUpdate(s)
117 data, err := testee.list()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/context/store/
H A Dtlsstore_test.go15 testee := tlsStore{root: testDir}
16 _, err = testee.getData("test-ctx", "test-ep", "test-data")
30 err = testee.remove("test-ctx", "test-ep", "test-data")
32 err = testee.remove("test-ctx", "test-ep", "test-data")
35 _, err = testee.getData("test-ctx", "test-ep", "test-data")
43 testee := tlsStore{root: testDir}
63 resAll, err := testee.listContextData("test-ctx")
67 err = testee.removeAllEndpointData("test-ctx", "ep3")
69 resEp1ep2, err := testee.listContextData("test-ctx")
73 err = testee.removeAllContextData("test-ctx")
[all …]
H A Dmetadata_test.go27 testee := metadataStore{root: testDir, config: testCfg}
28 _, err = testee.get("noexist")
46 err = testee.createOrUpdate(testMeta)
56 err = testee.createOrUpdate(expected2)
64 _, err = testee.get(contextdirOf("test-context"))
92 err = testee.createOrUpdate(s)
96 data, err := testee.list()
105 testee := metadataStore{root: testDir}
113 err = testee.createOrUpdate(s)
117 data, err := testee.list()
[all …]
/dports/biology/jalview/jalview/test/jalview/commands/
H A DEditCommandTest.java416 testee.addEdit(e); in testAddEdit_multipleInsertGap()
421 testee.addEdit(e); in testAddEdit_multipleInsertGap()
426 testee.addEdit(e); in testAddEdit_multipleInsertGap()
437 testee.addEdit(e); in testAddEdit_multipleInsertGap()
447 testee.addEdit(e); in testAddEdit_multipleInsertGap()
467 testee.addEdit(e); in testAddEdit_multipleDeleteGap()
474 testee.addEdit(e); in testAddEdit_multipleDeleteGap()
481 testee.addEdit(e); in testAddEdit_multipleDeleteGap()
492 testee.addEdit(e); in testAddEdit_multipleDeleteGap()
503 testee.addEdit(e); in testAddEdit_multipleDeleteGap()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/
H A Dinternal.bzl3 def conformance_test(name, testee, failure_list = None, text_format_failure_list = None):
4 args = ["--testee %s" % _strip_bazel(testee)]
16 data = [testee] + failure_lists + [
26 def _strip_bazel(testee):
27 if testee.startswith("//"):
28 testee = testee.replace("//", "com_google_protobuf")
29 return testee.replace(":", "/")
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindXCTest.cmake25 for testee are Frameworks and App Bundles::
29 <testee> # Target name of the testee
115 function(xctest_add_bundle target testee)
129 XCTEST_TESTEE ${testee})
135 # retrieve testee target type
136 if(NOT TARGET ${testee})
144 # testee is a Framework
148 # testee is a static library
152 # testee is an App Bundle
153 add_dependencies(${target} ${testee})
[all …]
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindXCTest.cmake25 for testee are Frameworks and App Bundles::
29 <testee> # Target name of the testee
115 function(xctest_add_bundle target testee)
129 XCTEST_TESTEE ${testee})
135 # retrieve testee target type
136 if(NOT TARGET ${testee})
144 # testee is a Framework
148 # testee is a static library
152 # testee is an App Bundle
153 add_dependencies(${target} ${testee})
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindXCTest.cmake25 for testee are Frameworks and App Bundles::
29 <testee> # Target name of the testee
115 function(xctest_add_bundle target testee)
129 XCTEST_TESTEE ${testee})
135 # retrieve testee target type
136 if(NOT TARGET ${testee})
144 # testee is a Framework
148 # testee is a static library
152 # testee is an App Bundle
153 add_dependencies(${target} ${testee})
[all …]
/dports/devel/p5-IO-File-AtomicChange/IO-File-AtomicChange-0.05/t/
H A D12_read.t14 my(@data, $f, $testee);
22 $testee = write_and_read([$target_file, "w"], \@data);
24 is($testee, join("",@wrote), "create truncate write");
27 $testee = write_and_read([$target_file, "r"], []);
28 is($testee, join("",@wrote), "read");
32 $testee = write_and_read([$target_file, "r+"], \@data,
40 is($testee, join("",@wrote), "read writable");
43 $testee = write_and_read([$target_file, "r"], []);
44 is($testee, join("",@wrote), "read");
H A D10_write.t14 my(@data, $f, $testee);
20 $testee = write_and_read([$target_file, "w"], \@data);
21 is($testee, join("",@data), "create truncate write");
26 $testee = write_and_read([$target_file, "w"], \@data);
27 is($testee, join("",@data), "truncate write");
32 $testee = write_and_read([$target_file, "w+"], \@data);
33 is($testee, join("",@data), "create truncate write readable");
38 $testee = write_and_read([$target_file, "w+"], \@data);
39 is($testee, join("",@data), "truncate write readable");

12345678910>>...13