Home
last modified time | relevance | path

Searched refs:test_validate (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/net/fort/FORT-validator-1.5.3/test/types/
H A Duri_test.c34 ck_assert_int_eq(-EINVAL, test_validate("")); in START_TEST()
35 ck_assert_int_eq(-EINVAL, test_validate(".")); in START_TEST()
36 ck_assert_int_eq(-EINVAL, test_validate("..")); in START_TEST()
38 ck_assert_int_eq(-EINVAL, test_validate("filename")); in START_TEST()
42 ck_assert_int_eq(0, test_validate("filename.abc")); in START_TEST()
45 ck_assert_int_eq(0, test_validate("file-name.ABC")); in START_TEST()
46 ck_assert_int_eq(0, test_validate("file_name.123")); in START_TEST()
47 ck_assert_int_eq(0, test_validate("file0name.aB2")); in START_TEST()
48 ck_assert_int_eq(0, test_validate("file9name.---")); in START_TEST()
49 ck_assert_int_eq(0, test_validate("FileName.A3_")); in START_TEST()
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__id3specs.py97 def test_validate(self): member in TEncodingSpec
116 def test_validate(self): member in TVolumeAdjustmentSpec
135 def test_validate(self): member in TByteSpec
152 def test_validate(self): member in TVolumePeakSpec
159 def test_validate(self): member in TStringSpec
185 def test_validate(self): member in TBinaryDataSpec
241 def test_validate(self): member in TRVASpec
253 def test_validate(self): member in TFrameIDSpec
276 def test_validate(self): member in TCTOCFlagsSpec
338 def test_validate(self): member in TID3FramesSpec
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cfg-expr/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
92 test_validate!(ok [ in handles_single_predicate()
109 test_validate!(ok [ in handles_simple_funcs()
153 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/cfg-expr-0.7.4/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/cfg-expr-0.7.4/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cfg-expr-0.7.4/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cfg-expr-0.8.1/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cfg-expr-0.8.1/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cfg-expr-0.8.1/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cfg-expr-0.7.4/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/cfg-expr-0.8.0/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cfg-expr-0.8.1/tests/
H A Dparser.rs8 macro_rules! test_validate { macro
119 test_validate!(ok [ in handles_single_predicate()
136 test_validate!(ok [ in handles_simple_funcs()
180 test_validate!(ok [ in ensures_not_has_one_predicate()
/dports/graphics/py-leather/leather-0.3.4/tests/
H A Dtest_shapes.py57 def test_validate(self): member in TestBars
107 def test_validate(self): member in TestColumns
171 def test_validate(self): member in TestDots
229 def test_validate(self): member in TestLine
/dports/www/py-formencode/FormEncode-1.3.0/formencode/tests/
H A Dtest_cc.py24 def test_validate(self): member in TestCreditCardValidator
52 def test_validate(self): member in TestCreditCardExpires
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/
H A Dtest_types.py60 def test_validate(self): member in RoomAliasTestCase
71 def test_validate(self): member in GroupIDTestCase
/dports/devel/py-frictionless/frictionless-4.18.2/tests/validate/
H A Dtest_schema.py7 def test_validate(): function
H A Dtest_main.py7 def test_validate(): function
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/test/
H A DSessionSettingsTestCase.rb10 def test_validate method in SessionSettingsTestCase
/dports/math/unuran/unuran-1.8.1/tests/
H A Dt_empl.c51 void test_validate (void);
391 void test_validate (void) in test_validate() function
572 test_validate(); in main()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/beacons/
H A Dtest_salt_monitor.py182 def test_validate(): function
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dconstraint.sql.in586 CREATE TABLE test_validate(time timestamp NOT NULL, a TEXT, b TEXT); table
587 SELECT * FROM create_hypertable('test_validate', 'time');
588 INSERT INTO test_validate values(now(), 'a', 'b');
590 ALTER TABLE test_validate
594 UPDATE test_validate SET c = '';
596 ALTER TABLE test_validate
599 DROP TABLE test_validate;
/dports/graphics/variety/variety-0.8.5/tests/
H A DTestUnsplashConfigurableDownloader.py38 def test_validate(self): member in TestUnsplashConfigurableDownloader
/dports/finance/quickfix/quickfix-1.15.1/src/python/test/
H A DSessionSettingsTestCase.py9 def test_validate(self): member in SessionSettingsTestCase
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_appdata_files.py43 def test_validate(self): member in _TAppDataFileMixin
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/
H A Dannotate_test.py14 def test_validate(self): member in make_tests_for_netcode.DisassembleTest

123456789