- Sort Score
- Num 10 results
- Language All
- Labels All
Results 131 - 140 of 2,592 for test (3.23 seconds)
-
EventPublishingTestExecutionListener (Spring Fr...
tracing test execution. One advantage of consuming test events...for the first test class that uses a particular test ApplicationContext...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/E... -
빌드 및 테스트
단위 테스트 실행 mvn test 특정 테스트 클래스 실행 mvn test -Dtest = SearchServiceTest...타임아웃 테스트 타임아웃 시간 연장: mvn test -Dmaven.test.timeout = 600 OpenSearch가...fess.codelibs.org/ko/dev/building.html -
ContextConfigurationAttributes (Spring Framewor...
test.context.ContextConfiguration...ContextConfiguration instance for the test class that declared the @ContextConfiguration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context... -
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
ServletTestExecutionListener (Spring Framework ...
during test instance preparation and before each test method...injected into the test instance, and once the test is complete this...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/web/Ser... -
TestConstructor.AutowireMode (Spring Framework ...
Also: ALL ANNOTATED Nested Class Summary Nested classes/interfaces...de > org.springframework.test.context.TestConstructor.AutowireMode...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestCon... -
TestContext (Spring Framework 7.0.1 API)
be a @Nested test class within the class for the test instance...which a test is executed, agnostic of the actual testing framework...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestCon... -
ApplicationEvents (Spring Framework 7.0.1 API)
single test method. To use ApplicationEvents in your tests, do the...following. Ensure that your test class is annotated or meta-annotated...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/A... -
构建和测试
单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/zh-cn/dev/building.html -
NestedTestConfiguration (Spring Framework 7.0.0...
other testing frameworks with support for nested test classes...applied to a test class to configure how Spring test configuration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/NestedT...