Home
last modified time | relevance | path

Searched refs:assert_file (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_fnmatch.rb17 assert_file.fnmatch('*/', 'a/')
25 assert_file.fnmatch('cat', 'cat')
32 assert_file.fnmatch('?at', 'cat')
33 assert_file.fnmatch('c?t', 'cat')
34 assert_file.fnmatch('ca?', 'cat')
35 assert_file.fnmatch('?a?', 'cat')
43 assert_file.fnmatch('c*', 'cats')
45 assert_file.fnmatch('*ts', 'cats')
63 assert_file.fnmatch('\?', '?')
67 assert_file.fnmatch('\*', '*')
[all …]
H A Dtest_file_exhaustive.rb256 assert_file.exist?(prefix)
277 assert_file.directory?(@dir)
285 assert_file.not_pipe?(@dir)
326 assert_file.exist?(@dir)
457 assert_file.not_file?(@dir)
467 assert_file.zero?(zerofile)
1364 assert_file.exist?(file)
1367 assert_file.exist?(file)
1368 assert_file.zero?(file)
1374 assert_file.exist?(file)
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/installer/test/
H A Dphx_new_test.exs26 assert_file "phx_blog/README.md"
27 assert_file "phx_blog/mix.exs", fn file ->
58 assert_file "phx_blog/test/test_helper.exs"
81 assert_file "phx_blog/assets/css/app.css"
82 assert_file "phx_blog/assets/js/app.js",
84 assert_file "phx_blog/assets/js/socket.js",
100 assert_file "phx_blog/mix.exs", fn file ->
199 assert_file "phx_blog/.gitignore"
219 assert_file "phxBlog/README.md"
221 assert_file "phxBlog/mix.exs", fn file ->
[all …]
H A Dphx_new_umbrella_test.exs36 assert_file root_path(@app, "README.md")
37 assert_file root_path(@app, ".gitignore")
38 assert_file app_path(@app, "README.md")
39 assert_file app_path(@app, ".gitignore")
40 assert_file web_path(@app, "README.md")
44 assert_file app_path(@app, "mix.exs"), fn file ->
246 assert_file web_path(@app, ".gitignore")
266 assert_file "phxUmb_umbrella/README.md"
436 assert_file "another/README.md"
481 assert_file "another/assets/css/app.css"
[all …]
H A Dphoenix_new_test.exs27 assert_file "photo_blog/README.md"
28 assert_file "photo_blog/mix.exs", fn file ->
53 assert_file "photo_blog/test/test_helper.exs"
60 assert_file "photo_blog/web/views/page_view.ex",
74 assert_file "photo_blog/web/static/css/app.css"
75 assert_file "photo_blog/web/static/js/app.js",
93 assert_file "photo_blog/mix.exs", fn file ->
191 assert_file "photo_blog/.gitignore"
217 assert_file "photoBlog/README.md"
219 assert_file "photoBlog/mix.exs", fn file ->
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/logger/
H A Dtest_logdevice.rb47 assert_file.exist?(@filename)
124 assert_file.exist?(@filename)
138 assert_file.exist?(@filename)
189 assert_file.exist?(logfile)
192 assert_file.exist?(logfile0)
195 assert_file.exist?(logfile1)
198 assert_file.exist?(logfile2)
219 assert_file.exist?(logfile)
224 assert_file.exist?(logfile0)
229 assert_file.exist?(logfile1)
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/test/mix/tasks/
H A Dphx.gen.html_test.exs45 assert_file "lib/phoenix/blog/post.ex"
46 assert_file "lib/phoenix/blog/blog.ex"
47 assert_file "test/phoenix/blog/blog_test.exs", fn file ->
69 assert_file path, fn file ->
87 assert_file "lib/phoenix_web/views/post_view.ex", fn file ->
136 assert_file "lib/phoenix/blog/comment.ex"
143 assert_file path, fn file ->
247 assert_file "lib/phoenix/blog/blog.ex"
273 assert_file "lib/phoenix/accounts/accounts.ex"
274 assert_file "lib/phoenix/accounts/user.ex"
[all …]
H A Dphx.gen.json_test.exs41 assert_file "lib/phoenix/blog/post.ex"
42 assert_file "lib/phoenix/blog/blog.ex"
44 assert_file "test/phoenix/blog/blog_test.exs", fn file ->
127 assert_file "lib/phoenix_web/views/comment_view.ex", fn file ->
137 assert_file "lib/phoenix/blog/blog.ex"
150 assert_file "lib/phoenix_web/views/comment_view.ex", fn file ->
161 assert_file "lib/phoenix/accounts/accounts.ex"
162 assert_file "lib/phoenix/accounts/user.ex"
169 assert_file "lib/phoenix_web/views/user_view.ex", fn file ->
196 assert_file "another_app/lib/another_app/accounts/user.ex"
[all …]
H A Dphoenix.gen.html_test.exs27 assert_file "web/models/user.ex"
28 assert_file "test/models/user_test.exs"
31 assert_file "web/controllers/user_controller.ex", fn file ->
37 assert_file "web/views/user_view.ex", fn file ->
42 assert_file "web/templates/user/edit.html.eex", fn file ->
46 assert_file "web/templates/user/form.html.eex", fn file ->
65 assert_file "web/templates/user/index.html.eex", fn file ->
71 assert_file "web/templates/user/new.html.eex", fn file ->
75 assert_file "web/templates/user/show.html.eex", fn file ->
136 assert_file "web/models/admin/super_user.ex"
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/tasks/
H A Dnew_test.exs10 assert_file("hello_world/mix.exs", fn file ->
16 assert_file("hello_world/.gitignore")
40 assert_file("hello_world/mix.exs", fn file ->
47 assert_file("hello_world/.gitignore")
86 assert_file("HELLO_WORLD/mix.exs", fn file ->
92 assert_file("HELLO_WORLD/.gitignore")
118 assert_file("hello_world/.gitignore")
217 defp assert_file(file) do function
221 defp assert_file(file, match) do function
224 assert_file(file, &assert(&1 =~ match))
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/
H A Dtest_tempfile.rb68 assert_file.exist?(t.path)
82 assert_file.exist?(path)
85 assert_file.not_exist?(path)
132 assert_file.not_exist?(path)
142 assert_file.exist?(path)
154 assert_file.not_exist?(path)
164 assert_file.exist?(path)
344 assert_file.exist?(path)
360 assert_file.exist?(path)
362 assert_file.exist?(path)
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/mix/test/mix/tasks/
H A Dnew_test.exs10 assert_file("hello_world/mix.exs", fn file ->
16 assert_file("hello_world/.gitignore")
41 assert_file("hello_world/mix.exs", fn file ->
48 assert_file("hello_world/.gitignore")
87 assert_file("HELLO_WORLD/mix.exs", fn file ->
93 assert_file("HELLO_WORLD/.gitignore")
119 assert_file("hello_world/.gitignore")
224 defp assert_file(file) do function
228 defp assert_file(file, match) do function
231 assert_file(file, &assert(&1 =~ match))
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvtestream-file.h1194 #define assert_file(__fd, __contents) do { \ macro
1389 assert_file (snake->fd, "Zebra....."); in test_snake()
1462 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_boa()
1490 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1496 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1597 assert_file (snake->fd, "\007\001ECHIDNA\041"); in test_stream()
1659 assert_file (snake->fd, "\006\0014-1KAT\141."); in test_stream()
1667 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1674 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1680 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvtestream-file.h1194 #define assert_file(__fd, __contents) do { \ macro
1389 assert_file (snake->fd, "Zebra....."); in test_snake()
1462 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_boa()
1490 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1496 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1597 assert_file (snake->fd, "\007\001ECHIDNA\041"); in test_stream()
1659 assert_file (snake->fd, "\006\0014-1KAT\141."); in test_stream()
1667 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1674 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1680 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_generator_json_index.rb94 assert_file 'js/searcher.js'
95 assert_file 'js/navigation.js'
96 assert_file 'js/search_index.js'
160 assert_file 'js/search_index.js'
176 assert_file 'js/searcher.js'
177 assert_file 'js/searcher.js.gz'
178 assert_file 'js/navigation.js'
179 assert_file 'js/navigation.js.gz'
180 assert_file 'js/search_index.js'
181 assert_file 'js/search_index.js.gz'
H A Dtest_rdoc_generator_ri.rb47 assert_file File.join(@tmpdir, 'cache.ri')
49 assert_file File.join(@tmpdir, 'Object', 'cdesc-Object.ri')
51 assert_file File.join(@tmpdir, 'Object', 'attr-i.ri')
52 assert_file File.join(@tmpdir, 'Object', 'method-i.ri')
53 assert_file File.join(@tmpdir, 'Object', 'method%21-i.ri')
H A Dtest_rdoc_generator_darkfish.rb78 assert_file 'index.html'
79 assert_file 'Object.html'
80 assert_file 'table_of_contents.html'
81 assert_file 'js/search_index.js'
121 assert_file 'images/image.png'
122 assert_file 'file.txt'
144 assert_file dst
228 assert_file filename
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvtestream-file.h1257 #define assert_file(__fd, __contents) do { \ macro
1454 assert_file (snake->fd, "Zebra....."); in test_snake()
1528 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_boa()
1557 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1563 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1664 assert_file (snake->fd, "\007\001ECHIDNA\041"); in test_stream()
1726 assert_file (snake->fd, "\006\0014-1KAT\141."); in test_stream()
1734 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1741 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1747 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
[all …]
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvtestream-file.h1251 #define assert_file(__fd, __contents) do { \ macro
1448 assert_file (snake->fd, "Zebra....."); in test_snake()
1522 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_boa()
1551 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1557 assert_file (snake->fd, "\007\001AXOLOTL\001"); in test_stream()
1658 assert_file (snake->fd, "\007\001ECHIDNA\041"); in test_stream()
1720 assert_file (snake->fd, "\006\0014-1KAT\141."); in test_stream()
1728 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1735 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
1741 assert_file (snake->fd, "\007\001ZEBRAAA\311"); in test_stream()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/galera_3nodes/t/
H A Dgalera_safe_to_bootstrap.test16 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
19 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
22 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
38 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
41 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
44 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
61 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
64 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
72 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
90 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/galera_3nodes/t/
H A Dgalera_safe_to_bootstrap.test16 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
19 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
22 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
38 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
41 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
44 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
61 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
64 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
72 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
90 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_deprecated_config.test7 --let $assert_file= $MYSQLTEST_VARDIR/mysql_cluster.1/ndb_mgmd.1/ndb_mgmd.log
13 --let $assert_file= $MYSQLTEST_VARDIR/mysql_cluster.1/ndb_mgmd.1/ndb_mgmd.log
19 --let $assert_file= $MYSQLTEST_VARDIR/mysql_cluster.1/ndb_mgmd.1/ndb_mgmd.log
25 --let $assert_file= $MYSQLTEST_VARDIR/mysql_cluster.1/ndb_mgmd.1/ndb_mgmd.log
33 --let $assert_file= $MYSQLTEST_VARDIR/mysql_cluster.1/ndbd.1/ndbd.log
/dports/databases/elixir-ecto/ecto-2.2.10/integration_test/support/
H A Dfile_helpers.exs28 def assert_file(file) do function
35 def assert_file(file, callback) when is_function(callback, 1) do function
36 assert_file(file)
40 def assert_file(file, match) do function
41 assert_file file, &(assert &1 =~ match)
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/galera_3nodes/t/
H A Dgalera_safe_to_bootstrap.test32 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
35 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
38 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
54 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
57 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
60 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
75 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
78 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
86 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
104 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/galera_3nodes/t/
H A Dgalera_safe_to_bootstrap.test32 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
35 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
38 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
54 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
57 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
60 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
75 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
78 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.3/data/grastate.dat
86 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
104 --let $assert_file= $MYSQLTEST_VARDIR/mysqld.1/data/grastate.dat
[all …]

12345678910>>...33