Home
last modified time | relevance | path

Searched defs:testFile (Results 101 – 125 of 1519) sorted by relevance

12345678910>>...61

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/Files/
H A DExecutableFileUnitTest.php43 public function getErrorList($testFile='')
66 public function getWarningList($testFile='')
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/copynumber/
H A DPostprocessGermlineCNVCallsUnitTest.java18 final String testFile = "gcnvkernel.io.test_io_vcf_parsing"; in testPythonVCFReading() local
27 final String testFile = "gcnvkernel.postprocess.test_viterbiSegmentationEngine"; in testSegmentationEngine() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/pack200/
H A DRepackTest.java52 File testFile = new File("src_tools.jar"); in testRepack() local
53 Utils.copyFile(Utils.getGoldenJar(), testFile); in testRepack() local
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/chi-4.0.2/
H A Dmux_test.go1578 type testFile struct { struct
1579 name string
1580 contents []byte
1583 func (tf *testFile) Close() error {
1587 func (tf *testFile) Read(p []byte) (n int, err error) {
1592 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1596 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1601 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dunified_spec_test.go47 type testFile struct { struct
48 RunOn []mtest.RunOnBlock `bson:"runOn"`
49 DatabaseName string `bson:"database_name"`
50 CollectionName string `bson:"collection_name"`
51 BucketName string `bson:"bucket_name"`
52 Data testData `bson:"data"`
53 JSONSchema bson.Raw `bson:"json_schema"`
54 KeyVaultData []bson.Raw `bson:"key_vault_data"`
55 Tests []*testCase `bson:"tests"`
205 func runSpecTestCase(mt *mtest.T, test *testCase, testFile testFile) { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dunified_spec_test.go47 type testFile struct { struct
48 RunOn []mtest.RunOnBlock `bson:"runOn"`
49 DatabaseName string `bson:"database_name"`
50 CollectionName string `bson:"collection_name"`
51 BucketName string `bson:"bucket_name"`
52 Data testData `bson:"data"`
53 JSONSchema bson.Raw `bson:"json_schema"`
54 KeyVaultData []bson.Raw `bson:"key_vault_data"`
55 Tests []*testCase `bson:"tests"`
212 func runSpecTestCase(mt *mtest.T, test *testCase, testFile testFile) { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dunified_spec_test.go47 type testFile struct { struct
48 RunOn []mtest.RunOnBlock `bson:"runOn"`
49 DatabaseName string `bson:"database_name"`
50 CollectionName string `bson:"collection_name"`
51 BucketName string `bson:"bucket_name"`
52 Data testData `bson:"data"`
53 JSONSchema bson.Raw `bson:"json_schema"`
54 KeyVaultData []bson.Raw `bson:"key_vault_data"`
55 Tests []*testCase `bson:"tests"`
212 func runSpecTestCase(mt *mtest.T, test *testCase, testFile testFile) { argument
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A DTestVersions.hs23 testFile f = do function
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A DTestVersions.hs23 testFile f = do function
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/PHP/
H A DDisallowAlternativePHPTagsUnitTest.php55 public function getErrorList($testFile='')
89 public function getWarningList($testFile='')
H A DDisallowShortOpenTagUnitTest.php51 public function getErrorList($testFile='')
85 public function getWarningList($testFile='')
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/WhiteSpace/
H A DDisallowSpaceIndentUnitTest.php26 public function setCliValues($testFile, $config)
47 public function getErrorList($testFile='DisallowSpaceIndentUnitTest.1.inc')
H A DDisallowTabIndentUnitTest.php26 public function setCliValues($testFile, $config)
43 public function getErrorList($testFile='')
H A DScopeIndentUnitTest.php26 public function setCliValues($testFile, $config)
48 public function getErrorList($testFile='ScopeIndentUnitTest.inc')
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qfilesystemwatcher/
H A Dtst_qfilesystemwatcher.cpp130 QFile testFile("testfile.txt"); in basicTest() local
295 QFile testFile(testFileName); in watchDirectory() local
430 QFile testFile(testFileName); in watchFileAndItsDirectory() local
546 QFile testFile(filename); in removeFileAndUnWatch() local
556 QFile testFile(filename); in removeFileAndUnWatch() local
/dports/security/fizz/fizz-2021.12.27.00/fizz/util/test/
H A DFizzUtilTest.cpp114 folly::test::TemporaryFile testFile("test"); in TEST() local
119 folly::test::TemporaryFile testFile("test"); in TEST() local
130 folly::test::TemporaryFile testFile("test"); in TEST() local
135 folly::test::TemporaryFile testFile("test"); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/
H A DImportantFileWriterAndroidTest.java37 private void checkFile(File testFile, byte[] data) { in checkFile()
64 File testFile = new File(dir, "ImportantFileTest"); in testAtomicWrite() local
/dports/net/rclone/rclone-1.57.0/vendor/github.com/go-chi/chi/v5/
H A Dmux_test.go1763 type testFile struct { struct
1764 name string
1765 contents []byte
1768 func (tf *testFile) Close() error {
1772 func (tf *testFile) Read(p []byte) (n int, err error) {
1777 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1781 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1786 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-chi/chi/
H A Dmux_test.go1700 type testFile struct { struct
1701 name string
1702 contents []byte
1705 func (tf *testFile) Close() error {
1709 func (tf *testFile) Read(p []byte) (n int, err error) {
1714 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1718 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1723 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/net/clash/clash-1.6.0/vendor/github.com/go-chi/chi/v5/
H A Dmux_test.go1763 type testFile struct { struct
1764 name string
1765 contents []byte
1768 func (tf *testFile) Close() error {
1772 func (tf *testFile) Read(p []byte) (n int, err error) {
1777 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1781 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1786 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/audio/visp-go/visp-2585747/vendor/github.com/go-chi/chi/
H A Dmux_test.go1737 type testFile struct { struct
1738 name string
1739 contents []byte
1742 func (tf *testFile) Close() error {
1746 func (tf *testFile) Read(p []byte) (n int, err error) {
1751 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1755 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1760 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-chi/chi/
H A Dmux_test.go1736 type testFile struct { struct
1737 name string
1738 contents []byte
1741 func (tf *testFile) Close() error {
1745 func (tf *testFile) Read(p []byte) (n int, err error) {
1750 func (tf *testFile) Seek(offset int64, whence int) (int64, error) {
1754 func (tf *testFile) Readdir(count int) ([]os.FileInfo, error) {
1759 func (tf *testFile) Stat() (os.FileInfo, error) {
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/test/integration/
H A Dlink_dom.cc67 const std::string testFile = in TEST() local
110 const std::string testFile = in TEST() local
164 const std::string testFile = in TEST() local
196 const std::string testFile = in TEST() local
H A Dvisual_dom.cc64 const std::string testFile = in TEST() local
94 const std::string testFile = in TEST() local
141 const std::string testFile = in TEST() local
162 const std::string testFile = in TEST() local
/dports/science/cdk/cdk-cdk-2.3/storage/ctab/src/test/java/org/openscience/cdk/io/
H A DChemObjectReaderTest.java39 protected static String testFile; field in ChemObjectReaderTest
41 public static void setChemObjectReader(IChemObjectReader aChemObjectReader, String testFile) { in setChemObjectReader()

12345678910>>...61