- Sort Score
- Num 10 results
- Language All
Results 651 - 660 of 862 for tested (0.04 seconds)
-
docs/zh/docs/advanced/dataclasses.md
{* ../../docs_src/dataclasses_/tutorial002_py310.py hl[1,6:12,18] *} 该数据类会被自动转换为 Pydantic 的数据类。 这样,它的模式会显示在 API 文档界面中: <img src="/img/tutorial/dataclasses/image01.png"> ## 在嵌套数据结构中使用数据类 { #dataclasses-in-nested-data-structures } 你也可以把 `dataclasses` 与其它类型注解组合在一起,创建嵌套数据结构。 在某些情况下,你可能仍然需要使用 Pydantic 的 `dataclasses` 版本。例如,如果自动生成的 API 文档出现错误。 在这种情况下,你可以直接把标准的 `dataclasses` 替换为 `pydantic.dataclasses`,它是一个可直接替换的实现:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 3.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/GsaConfigExceptionTest.java
GsaConfigException exception = new GsaConfigException("Serialization test"); // Verify the exception is serializable (has serialVersionUID) assertNotNull(exception); // The serialVersionUID field exists and is accessible at compile time assertTrue(exception instanceof java.io.Serializable); } @Test public void test_stackTrace() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ImmutableMultisetTest.java
} @J2ktIncompatible @GwtIncompatible // NullPointerTester public void testNullPointers() { NullPointerTester tester = new NullPointerTester(); tester.testAllPublicStaticMethods(ImmutableMultiset.class); } @J2ktIncompatible @GwtIncompatible // SerializableTester public void testSerialization_empty() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 20.8K bytes - Click Count (0) -
schema/index_test.go
t.Run(ei.Name, func(t *testing.T) { ai := actual[i] tests.AssertObjEqual(t, ai, ei, "Name", "Class", "Type", "Where", "Comment", "Option") if len(ei.Fields) != len(ai.Fields) { t.Errorf("expected index %q field length is %d but actual %d", ei.Name, len(ei.Fields), len(ai.Fields)) return } for i, ef := range ei.Fields { af := ai.Fields[i]
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Dec 06 02:27:44 GMT 2024 - 7.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGeneratorTest.java
assertEquals("Image Height", height, img.getHeight()); } // Tests for atomic file operations (TOCTOU fix) @Test public void test_createDirectories_nestedPath() throws Exception { // Test that Files.createDirectories works correctly for nested paths Path tempDir = Files.createTempDirectory("toctou_test"); try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.5K bytes - Click Count (0) -
.github/workflows/update-test-buckets.yml
- name: Generate test class runtime JSON run: | cd /tmp/gradle-ci-health ./gradlew :run --args "/tmp/test-class-data.json ${GITHUB_WORKSPACE}" - name: Update test bucket split run: | cd ${GITHUB_WORKSPACE}/.teamcity ./mvnw compile exec:java@update-test-buckets -DinputTestClassDataJson=/tmp/test-class-data.jsonCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 2.4K bytes - Click Count (0) -
android-test-app/test-proguard-rules.pro
Yuri Schimke <******@****.***> 1703342811 +0000
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Dec 23 14:46:51 GMT 2023 - 13 bytes - Click Count (0) -
build-tools-internal/src/main/resources/forbidden/es-test-signatures.txt
org.apache.lucene.util.LuceneTestCase$Slow @ Don't write slow tests org.junit.Ignore @ Use AwaitsFix instead org.apache.lucene.util.LuceneTestCase$Nightly @ We don't run nightly tests at this point! com.carrotsearch.randomizedtesting.annotations.Nightly @ We don't run nightly tests at this point! org.junit.Test @defaultMessage Just name your test method testFooBar
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests.yml
name: elastic+elasticsearch+%BRANCH%+periodic+packaging-tests display-name: "elastic / elasticsearch # %BRANCH% - packaging tests" description: "Testing of the Elasticsearch %BRANCH% branch packaging tests.\n" project-type: multijob node: master vault: [] scm: - git: wipe-workspace: false builders: - multijob: name: Packaging tests projects:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 999 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+release-tests.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+periodic+release-tests workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+release-tests display-name: "elastic / elasticsearch # %BRANCH% - release tests" description: "Release version tests for the Elasticsearch %BRANCH% branch.\n" node: "general-purpose && docker" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Aug 23 16:44:34 GMT 2021 - 1.5K bytes - Click Count (0)