- Sort Score
- Num 10 results
- Language All
- Labels All
Results 421 - 430 of 2,330 for tests (4.56 seconds)
Filter
-
TestExecutionListener (Spring Framework 7.0.1 API)
Post-processes a test class after execution of all tests within the...Post-processes a test immediately after execution of the test method in...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestExe... -
DynamicPropertySource (Spring Framework 7.0.0 API)
based tests to be exposed easily to Spring integration tests. However,...Environment by special beans in the test's ApplicationContext . See DynamicPropertyRegis...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Dynamic... -
LeaveOneOut — scikit-learn 1.8.0 document...
Provides train/test indices to split data in train/test sets. Each...index=[1] Test: index=[0] Fold 1: Train: index=[0] Test: index=[1]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
PredefinedSplit — scikit-learn 1.8.0 docu...
Provides train/test indices to split data into train/test sets using...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
Deploy Red Hat OpenShift Container Platform on ...
test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...developer.ibm.com/tutorials/install-ocp-on-power-vs/ -
Uses of Package org.springframework.core.io.sup...
test.io.support Test support classes for...integration testing support that is agnostic of the actual testing framework...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/io/support/pack... -
Uses of Package org.springframework.validation ...
test.validation Testing support for validation....org.springframework.test.web.reactive.server Support for testing Spring WebFlux...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/validation/package-u... -
构建和测试
单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...search ( "test" ); } } 测试覆盖率 使用 JaCoCo 测量测试覆盖率: mvn clean test jacoco:report...fess.codelibs.org/zh-cn/dev/building.html -
TestBean (Spring Framework 7.0.2 API)
field in a test class to override a bean in the test's ApplicationContext...@BeanOverride (org.springframework.test.context.bean.override.conve...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/bean/ov... -
ContextHierarchy (Spring Framework 7.0.0 API)
following test classes define a context hierarchy within a test class...annotation that can be applied to a test class to define a hierarchy...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context...