Home
last modified time | relevance | path

Searched refs:TestCommand (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/dports/textproc/ripgrep/ripgrep-13.0.0/tests/
H A Dmisc.rs2 use crate::util::{cmd_exists, sort_lines, Dir, TestCommand};
11 rgtest!(single_file, |dir: Dir, mut cmd: TestCommand| {
21 rgtest!(dir, |dir: Dir, mut cmd: TestCommand| {
41 rgtest!(columns, |dir: Dir, mut cmd: TestCommand| {
100 rgtest!(inverted, |dir: Dir, mut cmd: TestCommand| {
137 rgtest!(word, |dir: Dir, mut cmd: TestCommand| {
147 rgtest!(line, |dir: Dir, mut cmd: TestCommand| {
161 rgtest!(literal, |dir: Dir, mut cmd: TestCommand| {
169 rgtest!(quiet, |dir: Dir, mut cmd: TestCommand| {
310 rgtest!(glob, |dir: Dir, mut cmd: TestCommand| {
[all …]
H A Dregression.rs2 use crate::util::{sort_lines, Dir, TestCommand};
5 rgtest!(r16, |dir: Dir, mut cmd: TestCommand| {
17 rgtest!(r25, |dir: Dir, mut cmd: TestCommand| {
31 rgtest!(r30, |dir: Dir, mut cmd: TestCommand| {
40 rgtest!(r49, |dir: Dir, mut cmd: TestCommand| {
49 rgtest!(r50, |dir: Dir, mut cmd: TestCommand| {
60 rgtest!(r64, |dir: Dir, mut cmd: TestCommand| {
70 rgtest!(r65, |dir: Dir, mut cmd: TestCommand| {
81 rgtest!(r67, |dir: Dir, mut cmd: TestCommand| {
724 |dir: Dir, mut cmd: TestCommand| {
[all …]
H A Dfeature.rs2 use crate::util::{sort_lines, Dir, TestCommand};
5 rgtest!(f1_sjis, |dir: Dir, mut cmd: TestCommand| {
15 rgtest!(f1_utf16_auto, |dir: Dir, mut cmd: TestCommand| {
35 rgtest!(f1_eucjp, |dir: Dir, mut cmd: TestCommand| {
55 rgtest!(f7, |dir: Dir, mut cmd: TestCommand| {
68 rgtest!(f7_stdin, |dir: Dir, mut cmd: TestCommand| {
233 rgtest!(f89_count, |dir: Dir, mut cmd: TestCommand| {
241 rgtest!(f89_files, |dir: Dir, mut cmd: TestCommand| {
248 rgtest!(f89_match, |dir: Dir, mut cmd: TestCommand| {
395 |dir: Dir, mut cmd: TestCommand| {
[all …]
H A Dbinary.rs1 use crate::util::{Dir, TestCommand};
37 rgtest!(after_match1_implicit, |dir: Dir, mut cmd: TestCommand| {
50 rgtest!(after_match1_explicit, |dir: Dir, mut cmd: TestCommand| {
62 rgtest!(after_match1_stdin, |_: Dir, mut cmd: TestCommand| {
95 rgtest!(after_match1_implicit_text, |dir: Dir, mut cmd: TestCommand| {
166 |dir: Dir, mut cmd: TestCommand| {
191 rgtest!(after_match2_implicit, |dir: Dir, mut cmd: TestCommand| {
230 rgtest!(before_match1_implicit, |dir: Dir, mut cmd: TestCommand| {
238 rgtest!(before_match1_explicit, |dir: Dir, mut cmd: TestCommand| {
275 rgtest!(before_match2_implicit, |dir: Dir, mut cmd: TestCommand| {
[all …]
H A Dmultiline.rs2 use crate::util::{Dir, TestCommand};
6 rgtest!(overlap1, |dir: Dir, mut cmd: TestCommand| {
14 rgtest!(overlap2, |dir: Dir, mut cmd: TestCommand| {
21 rgtest!(dot_no_newline, |dir: Dir, mut cmd: TestCommand| {
28 rgtest!(dot_all, |dir: Dir, mut cmd: TestCommand| {
46 rgtest!(only_matching, |dir: Dir, mut cmd: TestCommand| {
72 rgtest!(vimgrep, |dir: Dir, mut cmd: TestCommand| {
94 rgtest!(stdin, |_: Dir, mut cmd: TestCommand| {
104 rgtest!(context, |dir: Dir, mut cmd: TestCommand| {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/
H A DCommandTest.php53 $command = new \TestCommand();
61 $command = new \TestCommand();
68 $command = new \TestCommand();
80 $command = new \TestCommand();
88 $command = new \TestCommand();
96 $command = new \TestCommand();
103 $command = new \TestCommand();
121 $command = new \TestCommand();
135 $command = new \TestCommand();
144 $command = new \TestCommand();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Tests/Command/
H A DCommandTest.php53 $command = new \TestCommand();
61 $command = new \TestCommand();
68 $command = new \TestCommand();
80 $command = new \TestCommand();
88 $command = new \TestCommand();
96 $command = new \TestCommand();
103 $command = new \TestCommand();
121 $command = new \TestCommand();
135 $command = new \TestCommand();
144 $command = new \TestCommand();
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Tests/Command/
H A DCommandTest.php55 $command = new \TestCommand();
63 $command = new \TestCommand();
70 $command = new \TestCommand();
82 $command = new \TestCommand();
90 $command = new \TestCommand();
98 $command = new \TestCommand();
105 $command = new \TestCommand();
127 $command = new \TestCommand();
141 $command = new \TestCommand();
150 $command = new \TestCommand();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/
H A DCommandTest.php53 $command = new \TestCommand();
61 $command = new \TestCommand();
68 $command = new \TestCommand();
80 $command = new \TestCommand();
88 $command = new \TestCommand();
96 $command = new \TestCommand();
103 $command = new \TestCommand();
121 $command = new \TestCommand();
135 $command = new \TestCommand();
144 $command = new \TestCommand();
[all …]
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/cli/
H A DBasicCommandTest.java15 private static class TestCommand extends BasicCommand { class in BasicCommandTest
18 private TestCommand() { in TestCommand() method in BasicCommandTest.TestCommand
33 TestCommand tc = new TestCommand(); in testOptional()
44 TestCommand tc = new TestCommand(); in testOptional2()
55 TestCommand tc = new TestCommand(); in testOptional3()
67 TestCommand tc = new TestCommand(); in testOptional4()
77 TestCommand tc = new TestCommand(); in testOptional5()
89 TestCommand tc = new TestCommand(); in testWrongArgument()
H A DMuxerTest.java30 TestCommand tc = new TestCommand(); in testErrors()
66 TestCommand tc = new TestCommand(); in testNesting()
76 private static class TestCommand extends BasicCommand { class in MuxerTest
80 public TestCommand() { in TestCommand() method in MuxerTest.TestCommand
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Tests/Command/
H A DCommandTest.php54 $command = new \TestCommand();
61 $command = new \TestCommand();
73 $command = new \TestCommand();
81 $command = new \TestCommand();
89 $command = new \TestCommand();
106 $command = new \TestCommand();
120 $command = new \TestCommand();
129 $command = new \TestCommand();
138 $command = new \TestCommand();
146 $command = new \TestCommand();
[all …]
/dports/devel/py-cliff/cliff-3.3.0/cliff/tests/
H A Dtest_command.py20 class TestCommand(command.Command): class
25 parser = super(TestCommand, self).get_parser(prog_name)
67 cmd = TestCommand(None, None)
72 cmd = TestCommand(None, None)
88 cmd = TestCommand(None, None)
93 cmd = TestCommand(None, None, cmd_name='object action')
97 cmd = TestCommand(None, None, cmd_name='object action')
123 cmd = TestCommand(None, None)
143 cmd = TestCommand(None, None)
156 cmd = TestCommand(None, None)
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/tests/unit_tests/
H A Dtest_command.cpp8 void TestCommand::prepareCommand() in prepareCommand()
20 void TestCommand::parseCommandString() in parseCommandString()
33 void TestCommand::parseCommandString_data() in parseCommandString_data()
45 void TestCommand::isSelectCommand() in isSelectCommand()
57 void TestCommand::scanCommandSetCursor() in scanCommandSetCursor()
73 void TestCommand::scanCommandSetCursor_data() in scanCommandSetCursor_data()
84 void TestCommand::scanCommandIsValid() in scanCommandIsValid()
96 void TestCommand::scanCommandIsValid_data() in scanCommandIsValid_data()
107 void TestCommand::pipelineCommand() in pipelineCommand()
125 void TestCommand::calcKeyHashSlot() in calcKeyHashSlot()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/reader/src/
H A Dtestcommand.rs19 pub struct TestCommand<'a> { struct
35 impl<'a> TestCommand<'a> { implementation
51 impl<'a> Display for TestCommand<'a> { implementation
94 assert_eq!(&TestCommand::new("").to_string(), "\n"); in parse_command()
95 assert_eq!(&TestCommand::new("cat").to_string(), "cat\n"); in parse_command()
96 assert_eq!(&TestCommand::new("cat ").to_string(), "cat\n"); in parse_command()
97 assert_eq!(&TestCommand::new("cat 1 ").to_string(), "cat 1\n"); in parse_command()
99 &TestCommand::new("cat one=4 two t").to_string(), in parse_command()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestbasicsynedit.pas35 procedure TestCommand(Name:String; X, Y: Integer; procedure
37 procedure TestCommand(Name:String; X, Y, X2, Y2: Integer; procedure
40 procedure TestCommand(Name:String; X, Y: Integer; procedure
123 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y: Integer; ExpX1, procedure
133 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y, X2, Y2: Integer; procedure
143 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y: Integer; ExpX1, procedure
147 TestCommand(Name, X, Y, ExpX1, ExpY1, Repl);
1780 TestCommand('simple EOL "text|"', 18, 1, 18, 1, []);
1787 TestCommand('utf8 EOL "text|"', 20, 6, 20, 6, []);
1789 TestCommand('utf8 BOL "|text"', 1, 6, 1, 6, [6,'']);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestbasicsynedit.pas35 procedure TestCommand(Name:String; X, Y: Integer; procedure
37 procedure TestCommand(Name:String; X, Y, X2, Y2: Integer; procedure
40 procedure TestCommand(Name:String; X, Y: Integer; procedure
123 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y: Integer; ExpX1, procedure
133 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y, X2, Y2: Integer; procedure
143 procedure TTestBasicSynEdit.TestCommand(Name: String; X, Y: Integer; ExpX1, procedure
147 TestCommand(Name, X, Y, ExpX1, ExpY1, Repl);
1780 TestCommand('simple EOL "text|"', 18, 1, 18, 1, []);
1787 TestCommand('utf8 EOL "text|"', 20, 6, 20, 6, []);
1789 TestCommand('utf8 BOL "|text"', 1, 6, 1, 6, [6,'']);
[all …]
/dports/textproc/py-wstools/wstools-0.4.8/
H A Dsetup.py6 from setuptools.command.test import test as TestCommand unknown
13 class PyTest(TestCommand):
16 TestCommand.initialize_options(self)
20 TestCommand.finalize_options(self)
/dports/devel/py-pytest-cache/pytest-cache-1.0/
H A Dsetup.py2 from setuptools.command.test import test as TestCommand unknown
4 class PyTest(TestCommand):
8 TestCommand.initialize_options(self)
12 TestCommand.finalize_options(self)
/dports/graphics/py-pandana/pandana-0.6.1/
H A Dsetup.py7 from setuptools.command.test import test as TestCommand unknown
15 class PyTest(TestCommand):
19 TestCommand.initialize_options(self)
23 TestCommand.finalize_options(self)
34 class Lint(TestCommand):
/dports/security/wapiti/wapiti3-3.0.3/
H A Dsetup.py4 from setuptools.command.test import test as TestCommand unknown
10 class PyTest(TestCommand):
14 TestCommand.initialize_options(self)
22 TestCommand.finalize_options(self)
/dports/devel/py-twiggy/Twiggy-0.4.7/
H A Dsetup.py3 from setuptools.command.test import test as TestCommand unknown
8 class PyTest(TestCommand):
12 TestCommand.initialize_options(self)
16 TestCommand.finalize_options(self)
/dports/textproc/py-readchar/python-readchar-3.0.4/
H A Dsetup.py8 from setuptools.command.test import test as TestCommand unknown
24 class PyTest(TestCommand):
28 TestCommand.initialize_options(self)
32 TestCommand.finalize_options(self)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/taskcluster/
H A Dsetup.py4 from setuptools.command.test import test as TestCommand unknown
37 class Tox(TestCommand):
41 TestCommand.initialize_options(self)
45 TestCommand.finalize_options(self)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/taskcluster/
H A Dsetup.py4 from setuptools.command.test import test as TestCommand unknown
38 class Tox(TestCommand):
42 TestCommand.initialize_options(self)
46 TestCommand.finalize_options(self)

12345678910>>...23