Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for runSamples (0.05 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/GenerateAutoTestedSamplesTestTask.kt

    import org.junit.Test
    
    class ${className} extends AbstractAutoTestedSamplesTest {
        private static final String FILE_CONTENT = '''
            ${fileContent}
        '''
        @Test
        void runSamples() {
            runSamplesFromFile(new File('${file.relativePath.toString().replace("\\", "/")}'), FILE_CONTENT)
        }
    }
    """
            )
        }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Dec 19 06:44:41 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg testing, func Main(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample)
    pkg testing, func RunBenchmarks(func(string, string) (bool, error), []InternalBenchmark)
    pkg testing, func RunExamples(func(string, string) (bool, error), []InternalExample) bool
    pkg testing, func RunTests(func(string, string) (bool, error), []InternalTest) bool
    pkg testing, func Short() bool
    pkg testing, method (*B) Error(...interface{})
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top