- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 597 for fixtures (0.07 sec)
-
build-logic/buildquality/src/main/kotlin/gradlebuild/codenarc/rules/IntegrationTestFixturesRule.kt
} override fun setName(name: String?) { throw UnsupportedOperationException() } override fun getDescription(): String = "Reports incorrect usages of integration test fixtures" override fun getAstVisitorClass(): Class<*> = IntegrationTestFixtureVisitor::class.java } class IntegrationTestFixtureVisitor : AbstractAstVisitor() { /**
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.6K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/java/gradlebuild/codenarc/rules/IntegrationTestFixturesRule.java
public void setPriority(int priority) { throw new UnsupportedOperationException(); } @Override public String getDescription() { return "Reports incorrect usages of integration test fixtures"; } @Override protected Class<?> getAstVisitorClass() { return IntegrationTestFixtureVisitor.class; }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 3.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java
import org.apache.maven.api.annotations.Nullable; /** * Centralized class for Maven Core feature information. * Features configured are supposed to be final in a given maven session. * * @since 4.0.0 */ public final class Features { private Features() {} /** * Check if the consumer POM feature is active. */
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Sep 11 16:31:06 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/en/docs/features.md
# Features ## FastAPI features **FastAPI** gives you the following: ### Based on open standards * <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank"><strong>OpenAPI</strong></a> for API creation, including declarations of <abbr title="also known as: endpoints, routes">path</abbr> <abbr title="also known as HTTP methods, as POST, GET, PUT, DELETE">operations</abbr>, parameters, request bodies, security, etc.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Aug 15 23:30:12 UTC 2024 - 9.2K bytes - Viewed (0) -
docs/em/docs/features.md
/// ### ๐จโ๐จ ๐โ๐ฆบ ๐ ๐ ๏ธ ๐ โฉ & ๐๏ธ โ๏ธ, ๐ ๐ซ ๐ฏ ๐ ๐ ๐จโ๐จ โญ โถ๏ธ ๐ ๏ธ, ๐ ๐ ๐ ๏ธ ๐ก. ๐ ๐ ๐ฉโ๐ป ๐ฌ โซ๏ธ ๐ <a href="https://www.jetbrains.com/research/python-developers-survey-2017/#tools-and-features" class="external-link" target="_blank">๐ ๐ โ๏ธ โ "โ"</a>. ๐ **FastAPI** ๐ ๏ธ โ๏ธ ๐ ๐. โ ๐ท ๐. ๐ ๐ ๐ ๐ช ๐ ๐ ๐ฉบ. ๐ฅ โ ๐ ๐จโ๐จ ๐ช โน ๐:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/zh/docs/features.md
/// ### ็ผ่พๅจๆฏๆ ๆดไธชๆกๆถ้ฝ่ขซ่ฎพ่ฎกๅพๆไบไฝฟ็จไธ็ด่ง๏ผๆๆ็ๅณๅฎ้ฝๅจๅผๅไนๅๅฐฑๅจๅคไธช็ผ่พๅจไธ่ฟ่กไบๆต่ฏ๏ผๆฅ็กฎไฟๆไฝณ็ๅผๅไฝ้ชใ ๅจๆ่ฟ็ Python ๅผๅ่ ่ฐๆฅไธญ๏ผๆไปฌ่ฝ็ๅฐ <a href="https://www.jetbrains.com/research/python-developers-survey-2017/#tools-and-features" class="external-link" target="_blank"> ่ขซไฝฟ็จๆๅค็ๅ่ฝๆฏ"่ชๅจ่กฅๅ จ"</a>ใ ๆดไธช **FastAPI** ๆกๆถๅฐฑๆฏๅบไบ่ฟไธ็น็ใไปปไฝๅฐๆน้ฝๅฏไปฅ่ฟ่ก่ชๅจ่กฅๅ จใ ไฝ ๅ ไนไธ้่ฆ็ปๅธธๅๆฅ็ๆๆกฃใ ๅจ่ฟ้๏ผไฝ ็็ผ่พๅจๅฏ่ฝไผ่ฟๆ ทๅธฎๅฉไฝ ๏ผ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ListenableFuture.java
* Futures#transform(ListenableFuture, com.google.common.base.Function, Executor) Futures.transform} * (or {@link FluentFuture#transform(com.google.common.base.Function, Executor) * FluentFuture.transform}), but you will often find it easier to use a framework. Frameworks * automate the process, often adding features like monitoring, debugging, and cancellation.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0) -
futures/listenablefuture1/src/com/google/common/util/concurrent/ListenableFuture.java
* Futures#transform(ListenableFuture, com.google.common.base.Function, Executor) Futures.transform} * (or {@link FluentFuture#transform(com.google.common.base.Function, Executor) * FluentFuture.transform}), but you will often find it easier to use a framework. Frameworks * automate the process, often adding features like monitoring, debugging, and cancellation.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ListenableFuture.java
* Futures#transform(ListenableFuture, com.google.common.base.Function, Executor) Futures.transform} * (or {@link FluentFuture#transform(com.google.common.base.Function, Executor) * FluentFuture.transform}), but you will often find it easier to use a framework. Frameworks * automate the process, often adding features like monitoring, debugging, and cancellation.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0)